Answers for "flutter inputdecoration placeholder color"

1

flutter inputdecoration placeholder color

decoration: InputDecoration(
	hintText: "Password",
    // place the color here
	hintStyle: TextStyle(fontSize: 2.0, color: Colors.redAccent),
    ...
)
Posted by: Guest on March-12-2021

Code answers related to "flutter inputdecoration placeholder color"

Browse Popular Code Answers by Language