ScrollViewDetailOptions class

Constructors

ScrollViewDetailOptions({String label = '', Alignment alignment = Alignment.centerLeft, EdgeInsets? margin, TextStyle selectedTextStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.w600), TextStyle textStyle = const TextStyle(fontSize: 14, fontWeight: FontWeight.normal), bool isLoop = true, double textScaleFactor = 1})
const

Properties

alignment Alignment
The year, month, and day text alignment method.
final
hashCode int
The hash code for this object.
no setterinherited
isLoop bool
Define for each ScrollView if it should loop
final
label String
The text printed next to the year, month, and day.
final
margin EdgeInsets?
The amount of space that can be added to the year, month, and day.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTextStyle TextStyle
An invariant style that specifies the selected text format and explains how to draw it.
final
textScaleFactor double
The scaling factor for the text within this widget.
final
textStyle TextStyle
An immutable style describing how to format and paint text.
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