NUIAnimatedListInterface<T, C> class abstract

Inheritance
Implementers

Constructors

NUIAnimatedListInterface({required NUIListItemRepository repo, List<T>? initialList, required Axis orientation, EdgeInsets? padding, bool shrinkWrap = true, double? startDivider, double? endDivider, double? middleDivider, ListFixedItemGetter? fixedFirstItem, ListFixedItemGetter? fixedLastItem, Map<String, dynamic>? checkedMap, Map<String, dynamic>? configMap, required OnListItemClickListener clickListener, int? skeletalCount, ListErrorHolderInflater<T, C>? errorHolder, ListPlaceHolderInflater? placeHolder, NUILoadingListItem? skeletalInflater, NUILoadingListItem? paginationInflater, ScrollPhysics? scrollPhysics, bool? enablePagination, bool? enableSwipeRefresh, int? minimumPaginateCount, int? paginateMargin, NUIListViewBloc<T, C>? bloc, bool skipAnimation = false, NUIListScrollListener? scrollListener, Duration? itemAnimationDuration, required NUIListController controller, Clip clipBehavior = Clip.hardEdge, NUIShaderMaskType? shaderType = NUIShaderMaskType.NONE, NUIListItemAnimation itemAnimation = NUIListItemAnimation.SCALE})

Properties

bloc → NUIListViewBloc<T, C>?
final
checkedMap → Map<String, dynamic>?
final
clickListener → OnListItemClickListener
final
clipBehavior → Clip
final
configMap → Map<String, dynamic>?
final
controller → NUIListController
final
enablePagination → bool?
final
enableSwipeRefresh → bool?
final
endDivider → double?
final
errorHolder → ListErrorHolderInflater<T, C>?
final
fixedFirstItem → ListFixedItemGetter?
final
fixedLastItem → ListFixedItemGetter?
final
hashCode → int
The hash code for this object.
no setterinherited
initialList → List<T>?
final
itemAnimation → NUIListItemAnimation
final
itemAnimationDuration → Duration?
final
key → Key?
Controls how one widget replaces another widget in the tree.
finalinherited
middleDivider → double?
final
minimumPaginateCount → int?
final
orientation → Axis
final
padding → EdgeInsets?
final
paginateMargin → int?
final
paginationInflater → NUILoadingListItem?
final
placeHolder → ListPlaceHolderInflater?
final
repo → NUIListItemRepository
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollListener → NUIListScrollListener?
final
scrollPhysics → ScrollPhysics?
final
shaderType → NUIShaderMaskType?
final
shrinkWrap → bool
final
skeletalCount → int?
final
skeletalInflater → NUILoadingListItem?
final
skipAnimation → bool
final
startDivider → double?
final

Methods

createElement() → StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() → List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
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
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String
Returns a one-line detailed description of the object.
inherited
toStringShort() → String
A short, textual description of this widget.
inherited

Operators

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