AlphabetListViewOptions class

Options class.

Optional class containing all options for the AlphabetListView.

Constructors

AlphabetListViewOptions({ListOptions listOptions = const ListOptions(), ScrollbarOptions scrollbarOptions = const ScrollbarOptions(), OverlayOptions overlayOptions = const OverlayOptions()})
Constructor of AlphabetListViewOptions
const

Properties

hashCode int
The hash code for this object.
no setterinherited
listOptions ListOptions
Customisation options for the list.
final
overlayOptions OverlayOptions
Customisation options for the overlay.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollbarOptions ScrollbarOptions
Customisation options for the scrollbar.
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