Overlay constructor

Overlay([
  1. SystemUiOverlayStyle? style
])

Implementation

Overlay([SystemUiOverlayStyle? style]) {
  if (style != null) this.style = style;
}