changeStatusBarColor method

void changeStatusBarColor(
  1. Color? color
)

Implementation

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