latestStyle property Null safety

SystemUiOverlayStyle? latestStyle
visibleForTesting">@visibleForTesting

The last style that was set using SystemChrome.setSystemUIOverlayStyle.

Implementation

@visibleForTesting
static SystemUiOverlayStyle? get latestStyle => _latestStyle;