changeStatusBarColor method
Implementation
void changeStatusBarColor(Color? color) {
changeStatusBar(statusBarStyle.copyWith(statusBarColor: color));
}
void changeStatusBarColor(Color? color) {
changeStatusBar(statusBarStyle.copyWith(statusBarColor: color));
}