Answers for "text field placeholder color flutter theme"

1

text field placeholder color flutter theme

ThemeData( 
  // (...)
  hintStyle: TextStyle(
     color: Colors.grey, // <-- Change this
     fontSize: null,
     fontWeight: FontWeight.w400,
     fontStyle: FontStyle.normal,
     ),
);
Posted by: Guest on September-09-2020

Code answers related to "text field placeholder color flutter theme"

Code answers related to "Dart"

Browse Popular Code Answers by Language