StickyAzOptions class

Constructors

StickyAzOptions({bool startWithSpecialSymbol = false, SymbolNullableStateBuilder? specialSymbolBuilder, ListOptions listOptions = const ListOptions(), ScrollBarOptions scrollBarOptions = const ScrollBarOptions(), OverlayOptions overlayOptions = const OverlayOptions(), EdgeInsets? padding, EnableSafeArea safeArea = const EnableSafeArea()})
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
padding EdgeInsets?
Padding for the entire widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeArea EnableSafeArea
Enable SafeArea for the list.
final
scrollBarOptions ScrollBarOptions
Customisation options for the scrollbar.
final
specialSymbolBuilder → SymbolNullableStateBuilder?
Define default special symbol for all components.
final
startWithSpecialSymbol bool
Start with special symbol.
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