NUIAnimatedHeaderListState<T, C> class

Inheritance

Properties

actionHandler NUIListViewParentHandler
getter/setter pairinherited
animateDuration Duration
getter/setter pairinherited
atBottom bool
getter/setter pairinherited
atTop bool
getter/setter pairinherited
bloc NUIListViewBloc<T, C>?
getter/setter pairinherited
checkedMap Map<String, dynamic>
getter/setter pairinherited
configMap Map<String, dynamic>
getter/setter pairinherited
context BuildContext
The location in the tree where this widget builds.
no setterinherited
controller NUIListController
getter/setter pairinherited
curModel NUIListViewModel<T, C>
getter/setter pairinherited
firstTime bool
getter/setter pairinherited
fixedFirstItem → dynamic
no setterinherited
fixedLastItem → dynamic
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
final
instanceId String
finalinherited
itemAnimation NUIListItemAnimation?
getter/setter pairinherited
items List
finalinherited
listKey GlobalKey<AnimatedListState>
finalinherited
modelChanged bool
no setterinherited
mounted bool
Whether this State object is currently in a tree.
no setterinherited
offset double
getter/setter pairinherited
pagination PaginationLoad
finalinherited
prevModel NUIListViewModel<T, C>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliverListKey GlobalKey<SliverAnimatedListState>
finalinherited
swipeRefresh SwipeRefresh
finalinherited
toUseShade NUIShaderMaskType
getter/setter pairinherited
widget NUIAnimatedHeaderList<T, C>
The current configuration.
no setterinherited

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
addItem(dynamic data) → void
inherited
addItemAt(dynamic data, int position) → void
inherited
addItems(List newItems, {bool reassemble = false, bool append = true}) Future<bool>
inherited
additionalScrollListener(ScrollMetrics metrics) → void
inherited
addPaginationIfNotAdded() → void
inherited
animateItem(BuildContext context, int index, dynamic animation) Widget
inherited
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
buildList({Widget? otherView}) Widget
inherited
buildStreamBuilder() Widget
inherited
clearItems() bool
inherited
customScroll() bool
override
deactivate() → void
Called when this object is removed from the tree.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didUpdateWidget(covariant NUIAnimatedHeaderList<T, C> oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
inherited
endDivider() double
inherited
fadeItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child}) Widget
inherited
getErrorHolder(NUIListViewModel<T, C> listModel) Widget
override
getItem(int position) → dynamic
inherited
getListView(int initialCount) Widget
override
getListViewBuilder({Widget? otherView}) Widget
inherited
getListViewInternal(Widget sliver) Widget
getParentList(int initialCount, Widget innerList) Widget
override
getPlaceHolder() Widget
override
hasSkeletalLoad() bool
inherited
initState() → void
Called when this object is inserted into the tree.
inherited
middleDivider() double
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPaginationLoad({required bool isFirst, C? cursor}) → void
inherited
onScroll(ScrollMetrics metrics) → void
inherited
onSkeletalLoad() → void
inherited
onSwipeRefresh() → void
inherited
orientation() Axis
inherited
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
refreshController() → RefreshController
inherited
reload() → void
inherited
removeItem(dynamic data) → void
inherited
removeItemAt(int position) → void
inherited
removeItemByID(Type classType, String id) → void
inherited
renderItem(BuildContext context, int index) Widget
inherited
renderListItem(dynamic data, int position, dynamic animation) Widget
inherited
renderPaginate(int position) Widget?
inherited
renderSkeletal(int position) Widget?
inherited
repo() NUIListItemRepository
inherited
scaleItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child}) Widget
inherited
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
sizeItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child}) Widget
inherited
slideItem(BuildContext context, dynamic data, int index, dynamic animation, {Widget? child}) Widget
inherited
startDivider() double
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
updateItems() → void
inherited
updateList() Widget
inherited
wrapWithPadding(int position, Widget child, {double? additionalPadding}) Widget
inherited

Operators

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