NUIAnimatedHeaderListState<T, C> class
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
-
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
-
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