Search
 
SCRIPT & CODE EXAMPLE
 

DART

text field placeholder color flutter theme

ThemeData( 
  // (...)
  hintStyle: TextStyle(
     color: Colors.grey, // <-- Change this
     fontSize: null,
     fontWeight: FontWeight.w400,
     fontStyle: FontStyle.normal,
     ),
);
Comment

PREVIOUS NEXT
Code Example
Dart :: MaterialStateProperty<Color? flutter 
Dart :: How do I rotate widget in flutter? 
Dart :: flutter use png as icon 
Dart :: dart list map index 
Dart :: text in column flutter overflow ellipsis not working 
Dart :: custom error snackbar with icon flutter 
Dart :: sort list descending from spesific maps key in dart 
Dart :: flutter iconbutton 
Dart :: get only time from datetime in dart 
Dart :: how to load gif in flutter 
Dart :: text field validation in flutter 
Dart :: round off in dart 
Dart :: flutter snackbar duration 
Dart :: Dart set list spread operator 
Dart :: elevatebutton in flutter 
Dart :: flutter materialpageroute no animation 
Dart :: flutter check type of object 
Dart :: flutter get number of days in month 
Dart :: flutter debugprint 
Dart :: dart filter by attribute 
Dart :: flutter appbar default padding 
Dart :: generate list flutter 
Dart :: timer.delay flutter 
Dart :: flutter ios status bar is dark 
Dart :: how to make an empty splash screen in flutter 
Dart :: flutter iterate over list widget 
Dart :: get second to last item in a list dart 
Dart :: flutter custom error widget 
Dart :: flutter crop captured image 
Dart :: flutter remove character from string 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =