text fieldform color flutter

177

text fieldform color flutter -

TextField(
  style: TextStyle(color: Colors.red),
  decoration: InputDecoration(fillColor: Colors.orange, filled: true),
)

Comments

Submit
0 Comments