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