KnobStyle class

Constructors

KnobStyle({double tickOffset = 0, MajorTickStyle majorTickStyle = const MajorTickStyle(), MinorTickStyle minorTickStyle = const MinorTickStyle(), int minorTicksPerInterval = 4, bool showLabels = true, double labelOffset = 0, TextStyle? labelStyle = const TextStyle(), PointerStyle pointerStyle = const PointerStyle(), ControlStyle controlStyle = const ControlStyle(), bool showMinorTickLabels = false})
knob style
const

Properties

controlStyle ControlStyle
knob control style
final
hashCode int
The hash code for this object.
no setterinherited
labelOffset double
label offset
final
labelStyle TextStyle?
style of knob labels
final
majorTickStyle MajorTickStyle
major tick style
final
minorTicksPerInterval int
number of minor ticks per interval
final
minorTickStyle MinorTickStyle
minor tick style
final
pointerStyle PointerStyle
knob pointer style
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLabels bool
show knob labels
final
showMinorTickLabels bool
show minor ticks labels
final
tickOffset double
tick offset
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