Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter text color

new Text(
  'Welcome to Flutter Tutorial.',
  style: TextStyle(
    color: Colors.blue,
  ),
)
Source by googleflutter.com #
 
PREVIOUS NEXT
Tagged: #flutter #text #color
ADD COMMENT
Topic
Name
9+3 =