Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to color text in flutter

Text(
  "Welcome to AllAboutFlutter",
  style: TextStyle(
    fontSize: 32.0,
  ),
),
Source by www.allaboutflutter.com #
 
PREVIOUS NEXT
Tagged: #color #text #flutter
ADD COMMENT
Topic
Name
9+6 =