OverlayOptions class

Options for the overlay of the AlphabetListView

Constructors

OverlayOptions({bool showOverlay = true, Alignment alignment = Alignment.center, SymbolBuilder? overlayBuilder})
Constructor of OverlayOptions
const

Properties

alignment Alignment
The Alignment of the overlay.
final
hashCode int
The hash code for this object.
no setterinherited
overlayBuilder SymbolBuilder?
Builder function for the overlay.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOverlay bool
Showing an overlay of the current icon when swiping across the sidebar.
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