OverlayMixin mixin
- Mixin applications
Properties
- currentContext → BuildContext
-
This values are used for managing where the loading is requested to be displayed.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
overlayKey
→ GlobalKey<
OverlayState> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getEntry(
String? id) → OverlayEntry? -
getOverlayEntryData(
String? id) → OverlayEntryData? -
hasEntry(
String id) → bool -
insert(
String id, int zindex, OverlayEntry entry) → OverlayEntryData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rearrangeByZIndex(
) → void -
remove(
String id) → void -
retake(
OverlayEntryData data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited