insertOverlayCallback property
Used to insert the given entry in the Overlay of context
Usually is something like that: (entry) => Overlay.of(context).insert(entry);
Implementation
InsertOverlayCallback? insertOverlayCallback;
Used to insert the given entry in the Overlay of context
Usually is something like that: (entry) => Overlay.of(context).insert(entry);
InsertOverlayCallback? insertOverlayCallback;