ListBuilderUtil class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
listBuilder<T>({required RxList<T> dataList, required ChildItemBuilder<T> childItemBuilder, OnItemClick<T>? onItemClick, OnItemDoubleClick<T>? onItemDoubleClick, OnItemLongClick<T>? onItemLongClick, ScrollController? scrollController, EdgeInsetsGeometry? padding, ScrollPhysics? physics, bool shrinkWrap = false, bool isNeedEmpty = false, String emptyText = '暂无数据', EdgeInsets? emptyMargin, VoidCallback? onEmptyTap})
→ Widget
-
快速构建ListView
-
refreshBuilder({required Widget child, required EasyRefreshController controller, FutureOr onRefresh()?, FutureOr onLoad()?})
→ EasyRefresh
-
快速构建下拉刷新控件