Answers for "how to change color of appbar in material ui flutter"

2

change appbar color in material ui

<AppBar style={{ background: '#2E3B55' }}>
Posted by: Guest on May-31-2021
0

how to change appbar color in flutter

appBar: AppBar(
      title: const Text('Example'),
      backgroundColor: Colors.black,
    ),
Posted by: Guest on November-13-2020

Code answers related to "how to change color of appbar in material ui flutter"

Browse Popular Code Answers by Language