ListPresenter mixin

Properties

context BuildContext
no setter
controller ScrollController
final
hashCode int
The hash code for this object.
no setterinherited
isFirst bool
getter/setter pair
list List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showErr bool
getter/setter pair

Methods

apiLoadData({required bool isFirst}) Future
handleError(dynamic e) → void
hideAppBar() → void
initList({bool notHandle = true}) → dynamic
itemBuild(BuildContext context, int index) Widget
itemBuilder(BuildContext context, int index) Widget
loadData() Future
loadingView() Widget
loadMore() → void
noDataView({bool isListView = false, String? title, double? size}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDestroy() Future
scrollToTop() → void
separatorBuilder(BuildContext context, int index) Widget
showAppBar() → void
toString() String
A string representation of this object.
inherited
updateData(List datas) → void
updateState(List datas) → void

Operators

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