RulerScalePickerOptions class

Options to customize a RulerPicker<T>.

Constructors

RulerScalePickerOptions({bool isEnabled = true, Axis orientation = Axis.horizontal, int majorIndicatorInterval = 10, double indicatorExtend = 10, bool showControls = true})
Creates the configuration for a RulerPicker<T>.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
indicatorExtend double
Declares the extend of the widgets used to represent a scale indicator.
final
isEnabled bool
Whether the widget should be enabled or not.
final
majorIndicatorInterval int
Declares after how many steps the value should be highlighted.
final
orientation Axis
Declares the orientation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showControls bool
Whether controls should be shown.
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