WidgetManager class
- Available extensions
Constructors
- WidgetManager({required String liveID})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveID → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widgetState → WidgetState
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onSeatCountChanged(
int seatCount) → void -
Available on WidgetManager, provided by the WidgetManagerCallback extension
-
setLayoutMode(
LayoutMode layoutMode, SeatWidgetLayoutConfig? layoutConfig) → void -
Available on WidgetManager, provided by the WidgetManagerStateOperation extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited