Hi@akhtar,
You can add backgroundColor keyword in your Material design. I have attached the below code for your reference.
MaterialApp(
home: Scaffold(
appBar: AppBar(
backgroundColor: Colors.grey,
title: Text('Welcome To my Page!!!'),
),),),
To know more, join our Flutter Development Course today.