BusyManagement mixin

Mixin to manage the busy state of an object.

This mixin provides utilities to handle busy states with optional messages and titles.

Properties

busyMessage String?
Getter for _busyMessage.
no setter
busyTitle String?
Getter for _busyTitle.
no setter
hashCode int
The hash code for this object.
no setterinherited
isBusy ValueListenable<bool>
Public ValueListenable to observe the busy state.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disposeBusyManagement() → void
Dispose resources used in this mixin.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBusy(bool isBusy, {String? title, String? message}) → void
Sets the busy state along with optional title and message.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited