appBar: AppBar(
title: Text('AppBar'),
backgroundColor: Colors.white, // appbar color.
foregroundColor: Colors.black, // appbar text color.
),
appBar: AppBar(
title: const Text('Example'),
backgroundColor: Colors.black,
),
appBar: AppBar(
title: const Text('Example'),
backgroundColor: Colors.black,
),