OverlayStore class
OverlayStore handles pushing overlays to multiple contexts and popping them appropriately, or upon user request.
This class works alongside the OverlayController to acheive the desirable results.
Constructors
- OverlayStore({required Widget builder(BuildContext), required OverlayController controller, bool dismissOnBoundary = true})
- OverlayStore handles pushing overlays to multiple contexts and popping them appropriately, or upon user request.
Properties
- builder → Widget Function(BuildContext)
-
Builder that describes the UI of the Overlay
final
- controller → OverlayController
-
Controller for the OverlayStore
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited