networkChannel property

SystemUiOverlayStyle networkChannel
getter/setter pair

Implementation

SystemUiOverlayStyle networkChannel = const SystemUiOverlayStyle(
  statusBarColor: Colors.transparent,
  statusBarIconBrightness: Brightness.light,
  statusBarBrightness: Brightness.dark,
);