AzListView class

AzListView

Inheritance

Constructors

AzListView({Key? key, required List<ISuspensionBean> data, required int itemCount, required IndexedWidgetBuilder itemBuilder, ItemScrollController? itemScrollController, ItemPositionsListener? itemPositionsListener, ScrollPhysics? physics, EdgeInsets? padding, IndexedWidgetBuilder? susItemBuilder, double susItemHeight = kSusItemHeight, Offset? susPosition, IndexHintBuilder? indexHintBuilder, List<String> indexBarData = kIndexBarData, double indexBarWidth = kIndexBarWidth, double? indexBarHeight, double indexBarItemHeight = kIndexBarItemHeight, bool hapticFeedback = false, AlignmentGeometry indexBarAlignment = Alignment.centerRight, EdgeInsetsGeometry? indexBarMargin, IndexBarOptions indexBarOptions = const IndexBarOptions()})

Properties

data List<ISuspensionBean>
with ISuspensionBean Data
final
hapticFeedback bool
Haptic feedback.
final
hashCode int
The hash code for this object.
no setterinherited
indexBarAlignment AlignmentGeometry
IndexBar alignment.
final
indexBarData List<String>
Index data.
final
indexBarHeight double?
IndexBar Height.
final
indexBarItemHeight double
IndexBar Item Height.
final
indexBarMargin EdgeInsetsGeometry?
IndexBar margin.
final
indexBarOptions IndexBarOptions
IndexBar options.
final
indexBarWidth double
IndexBar Width.
final
indexHintBuilder IndexHintBuilder?
IndexHintBuilder.
final
itemBuilder IndexedWidgetBuilder
Called to build children for the list with 0 <= index < itemCount.
final
itemCount int
Number of items the itemBuilder can produce.
final
itemPositionsListener → ItemPositionsListener?
Notifier that reports the items laid out in the list after each frame.
final
itemScrollController → ItemScrollController?
Controller for jumping or scrolling to an item.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
padding EdgeInsets?
The amount of space by which to inset the children.
final
physics ScrollPhysics?
How the scroll view should respond to user input.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
susItemBuilder IndexedWidgetBuilder?
Called to build suspension header.
final
susItemHeight double
Suspension widget Height.
final
susPosition Offset?
Suspension item position.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _AzListViewState
Creates the mutable state for this widget at a given location in the tree.
override
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}) 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