FlutterSystemUiOverlayStyle.fromJson constructor

FlutterSystemUiOverlayStyle.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FlutterSystemUiOverlayStyle.fromJson(Map<String, dynamic> json) =>
    _$FlutterSystemUiOverlayStyleFromJson(json);