RCKListConfig class

列表配置

Constructors

RCKListConfig.new({bool showSearchBar = false, String emptyText = '暂无消息', bool enablePullToRefresh = true, int pageSize = 20, Color? backgroundColor})
const

Properties

backgroundColor Color?
背景颜色
final
emptyText String
空列表提示文本
final
enablePullToRefresh bool
是否支持下拉刷新
final
hashCode int
The hash code for this object.
no setterinherited
pageSize int
分页大小
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSearchBar bool
是否显示搜索框
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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