app bar textStyle flutter

77

appBar: AppBar(
  title: Text(
    'Flutter Tutorial - googleflutter.com',
    style: TextStyle(color: Color(0xffffffaa)),
  ),
),

Comments

Submit
0 Comments