ListViewComponentData class

Carries the data that might be used in ListViewComponent.builder.

Constructors

ListViewComponentData({required BuildContext context, required IndexedWidgetBuilder itemBuilder, required TickerProvider tickerProvider, required int itemCount, required dynamic selectedItem})

Properties

context → BuildContext
BuildContext passed by SelectionMenu (internally by ListViewMenu).
final
hashCode → int
The hash code for this object.
no setterinherited
itemBuilder → IndexedWidgetBuilder
Must not be null.
final
itemCount → int
Count of items that the list constructed by ListViewComponent.builder will hold.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectedItem → dynamic
final
tickerProvider → TickerProvider
Must not be null.
final

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