ReadyListConfigOptions class abstract

Implementers

Constructors

ReadyListConfigOptions()

Properties

allowFakeItems bool?
if this is true the the item that passed to builder item may be null useful to display shimmer
no setter
allowLoadNext bool?
whether to allow infinite scroll or not
no setter
allowRefresh bool?
whether to allow pull to refresh or not
no setter
axis AxisConfig?
axis of the list
no setter
handleNestedScrollViewOverlap StateResultCallBack<bool>?
if true it will add SliverOverlapInjector if the list placed inside NestedScrollView defaults to true
no setter
hashCode int
The hash code for this object.
no setterinherited
loadMoreText String?
The text to display when items loaded but not fill the screen
no setter
noMoreText String?
The text to displayed when no more items
no setter
padding EdgeInsetsGeometry?
padding of the list
no setter
pageSize int?
page size to be passed to controller loadData
no setter
physics ScrollPhysics?
physics of the list
no setter
placeholdersConfig PlaceholdersConfig?
Config for placeholders when list is empty or has error PlaceholdersConfig.loadingText & PlaceholdersConfig.loadingIndicator is not used when allowFakeItems is true
no setter
reverse bool?
whether to reverse the list or not
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shimmerScopeGradient GradientGetterCallback?
gradient of shimmer scope
no setter
showNoMoreText bool?
if false we will not show 'No more text' at the end of the list
no setter
shrinkWrap StateResultCallBack<bool>?
whether to shrink-wrap or not
no setter
topLevelFooterSlivers List<Widget>?
The first items in the list This can be configured globally
no setter
topLevelHeaderSlivers List<Widget>?
The last items in the list This can be configured globally
no setter

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