IBase<T> class abstract

Implemented types

Constructors

IBase()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLoading bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
no setter

Methods

hideLoading({int? delayMillis}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClick({Widget? w, dynamic id, BuildContext? ctx}) → 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
setTitle(String title) → void
showLoading({String? message, bool showProgressIndeterminate = true, Widget? progressIndicator}) → void
inherited
showSnackBar(SnackBar snackbar, {SnackBarClosedReason? hideCurrent, BuildContext? context}) ScaffoldFeatureController<SnackBar, SnackBarClosedReason>?
toString() String
A string representation of this object.
inherited

Operators

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