push property
void Function(BuildContext)
push
This function pushes the appropriate overlay entries to the Overlay stack and to the provided BuildContext
Implementation
void Function(BuildContext) get push => _push ?? (_) {};
This function pushes the appropriate overlay entries to the Overlay stack and to the provided BuildContext
void Function(BuildContext) get push => _push ?? (_) {};