Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

change hint text color flutter

TextField(
        decoration: InputDecoration(
          hintText: "Password",
          hintStyle: TextStyle(fontSize: 20.0, color: Colors.redAccent),
        ),
      ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #hint #text #color #flutter
ADD COMMENT
Topic
Name
9+8 =