AdeptStatefulWidget<S extends AdeptState<StatefulWidget, dynamic, dynamic>, T, B> class abstract

Inheritance
Implemented types

Constructors

AdeptStatefulWidget({Key? key, B? base})

Properties

base → B?
no setter
context BuildContext?
no setter
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
no setter
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ S?
getter/setter pair

Methods

check() → void
override
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
extras() → void
override
getSelectedDrawerItemId() int
override
handleException(dynamic e, {BuildContext? context, String title = 'Error', String btnContinueText = 'CONTINUE', String btnExitText = 'EXIT'}) → void
hideLoading({int? delayMillis}) → void
override
init() → void
override
isPressBackAgain() bool
override
listeners() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackPressed() Future<bool>
onBackPressed returns false to stop propagating the event, true in other cases
override
onBuildCompleted() → void
override
onClick({Widget? w, dynamic id, BuildContext? ctx}) → void
override
onCreated() → void
override
onDestroy() → void
override
onDetached() → void
override
onInactive() → void
override
onItemClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
override
onItemLongClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
override
onLongClick({Widget? w, dynamic id, BuildContext? ctx}) → void
override
onPaused() → void
override
onResumed() → void
override
onStopped() → void
override
pop<T extends Object?>({BuildContext? context, T? result}) → void
override
pressBackAgain(bool pressBackAgain, {String pressBackAgainMessage = 'Press back again to exit'}) → void
override
push<T>({BuildContext? context, Route<T>? route, String? routeName, Widget? widget}) Future<T?>?
override
pushReplacement<T, TO>({BuildContext? context, Route<T>? newRoute, String? newRouteName, Widget? newWidget, TO? result}) Future<T?>?
override
showLoading({String? message, bool showProgressIndeterminate = true, Widget? progressIndicator}) → void
override
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
validate() bool
override

Operators

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