updateOverlayColors method

Future<void> updateOverlayColors(
  1. ThemeData? theme
)

Implementation

Future<void> updateOverlayColors(ThemeData? theme) async {
  _applyStatusBarColor(theme);
  _applyNavigationBarColor(theme);
}