XAppState class
- Inheritance
-
- Object
- XAppStateBase
- XAppState
Constructors
Properties
- area_Active ↔ XArea
-
getter/setter pair
-
cameras
↔ List<
CameraDescription> -
getter/setter pair
-
connectivityResult
→ Future<
ConnectivityResult> -
no setter
- dataAreReady ↔ bool
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- homeLayoutComplex ↔ bool
-
getter/setter pair
- isManager ↔ bool
-
getter/setter pair
- isolate_Active ↔ bool
-
getter/setter pairoverride
- isOwner ↔ bool
-
getter/setter pair
-
li_XAree
→ ObservableList<
XArea> -
no setter
-
liXActions
↔ List<
XAction> -
getter/setter pair
-
liXMenuItem
↔ List<
XArea> -
getter/setter pair
- PgName_Login ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scaffoldKey_MainMenu
↔ GlobalKey<
ScaffoldState> -
getter/setter pair
- xLayout_Rounded ↔ bool
-
getter/setter pair
- xLayout_Rounded_Radius ↔ double
-
getter/setter pair
-
xSYNC_DataChanged
↔ ValueNotifier<
bool> -
getter/setter pair
-
xSYNC_DataPushing
↔ ValueNotifier<
bool> -
getter/setter pair
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
xBox_Decoration(
XFDataItem item, {Color? backGround_Color, Color? border_Color, bool border_Visible = false, Color? backGround_Color_ItemSel, Border? border}) → BoxDecoration
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited