Hi@akhtar,
You need to import the package that contains the status bar property. You can import the below package in your program.
import 'package:flutter_statusbarcolor/flutter_statusbarcolor.dart';
After that add the below line in your app.
FlutterStatusbarcolor.setStatusBarColor(Colors.green);
For more information, you can visit the below link.
https://pub.dev/packages/flutter_statusbarcolor/example