flutter color of app bar code example
Example: how to change appbar color in flutter
appBar: AppBar(
title: const Text('Example'),
backgroundColor: Colors.black,
),
appBar: AppBar(
title: const Text('Example'),
backgroundColor: Colors.black,
),