OverlayShower constructor

OverlayShower([
  1. BuildContext? ctx
])

Implementation

OverlayShower([BuildContext? ctx]) {
  name = 'LAYER-${DateTime.now().microsecondsSinceEpoch}';
  context = ctx ?? gContext;
}