GlobalExerciseOverlay class
GlobalExerciseOverlay is a singleton class that manages an overlay entry
Constructors
- GlobalExerciseOverlay.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDialogOpen → bool
-
Checks if the dialog is currently open
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
BuildContext context) → void - Initializes the overlay by listening to the ExerciseTimerController's isRunning state @param context The BuildContext to show the overlay in
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDialogOpen(
bool isOpen) → void - Sets the dialog open state
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- overlayHeight → const double
- The height of the overlay when it is displayed