Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text field placeholder color flutter theme

ThemeData( 
  // (...)
  hintStyle: TextStyle(
     color: Colors.grey, // <-- Change this
     fontSize: null,
     fontWeight: FontWeight.w400,
     fontStyle: FontStyle.normal,
     ),
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #field #placeholder #color #flutter #theme
ADD COMMENT
Topic
Name
9+8 =