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
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<T extends Object?>({BuildContext? context, T? result}) → void
pressBackAgain(bool pressBackAgain, {String pressBackAgainMessage = 'Press back again to exit'}) → void
push<T extends Object?>({BuildContext? context, Route<T>? route, String? routeName, Widget? widget}) Future<T?>?
pushReplacement<T extends Object?, TO extends Object?>({BuildContext? context, Route<T>? newRoute, String? newRouteName, Widget? newWidget, TO? result}) Future<T?>?
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