So, I'm doing this Amazon clone application using flutter and want to make those two colours equal like same colours. Please Give me a solution to make them equal colours
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(
// Status bar color
statusBarColor: Colors.red,
),
I have tried this code in main.dart file but its not responding so, i'm expecting a good solution to make them same colour