Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text fieldform color flutter

TextField(
  style: TextStyle(color: Colors.red),
  decoration: InputDecoration(fillColor: Colors.orange, filled: true),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #fieldform #color #flutter
ADD COMMENT
Topic
Name
3+2 =