ListOptions class

Constructors

ListOptions({Color? backgroundColor, Color? headerColor, EdgeInsets? padding, bool showSectionHeader = true, bool stickySectionHeader = true, bool showSectionHeaderForEmptySections = false, SymbolBuilder? listHeaderBuilder, SymbolNullableStateBuilder? specialSymbolBuilder, Alignment? headerAligment, Widget? beforeList, Widget? afterList})
const

Properties

afterList Widget?
Optional Widget after the list.
final
backgroundColor Color?
Optional background color.
final
beforeList Widget?
Optional Widget before the list.
final
hashCode int
The hash code for this object.
no setterinherited
headerAligment Alignment?
Optional Aligment for header.
final
headerColor Color?
Optional header color.
final
listHeaderBuilder → SymbolBuilder?
Builder function for headers.
final
padding EdgeInsets?
Padding around the list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSectionHeader bool
Show the header above the items.
final
showSectionHeaderForEmptySections bool
Show headers for sections without child widgets.
final
specialSymbolBuilder → SymbolNullableStateBuilder?
Builder function for special symbol header.
final
stickySectionHeader bool
Use sticky headers.
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