IWidget<T> class abstract

Inheritance
Implemented types
Implementers

Constructors

IWidget()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check() → void
inherited
extras() → void
inherited
getSelectedDrawerItemId() int
hideLoading({int? delayMillis}) → void
inherited
init() → void
inherited
isPressBackAgain() bool
listeners() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackPressed() Future<bool>
onBuildCompleted() → void
onClick({Widget? w, dynamic id, BuildContext? ctx}) → void
inherited
onCreated() → void
inherited
onDestroy() → void
inherited
onDetached() → void
inherited
onHidden() → void
inherited
onInactive() → void
inherited
onItemClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
inherited
onItemLongClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
inherited
onLongClick({Widget? w, dynamic id, BuildContext? ctx}) → void
inherited
onPaused() → void
inherited
onResumed() → void
inherited
onStopped() → void
inherited
pop<I extends Object?>({BuildContext? context, I? result}) → void
pressBackAgain(bool pressBackAgain, {String pressBackAgainMessage = 'Press back again to exit'}) → void
push<I extends Object?>({BuildContext? context, Route<I>? route, String? routeName, Widget? widget}) Future<I?>?
pushReplacement<I extends Object?, TO extends Object?>({BuildContext? context, Route<I>? newRoute, String? newRouteName, Widget? newWidget, TO? result}) Future<I?>?
showLoading({String? message, bool showProgressIndeterminate = true, Widget? progressIndicator}) → void
inherited
toString() String
A string representation of this object.
inherited
validate() bool
inherited

Operators

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