Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

app bar textStyle flutter

appBar: AppBar(
  title: Text(
    'Flutter Tutorial - googleflutter.com',
    style: TextStyle(color: Color(0xffffffaa)),
  ),
),
Source by googleflutter.com #
 
PREVIOUS NEXT
Tagged: #app #bar #textStyle #flutter
ADD COMMENT
Topic
Name
4+2 =