FieldSlider class Null safety

Constructors

FieldSlider({String? activeColor, bool? autoFocus, int? divisions, String? focusNode, String? inactiveColor, String? label, double? max, double? min, double? start, double? end, String? mouseCursor, String? onChanged, String? OnChangeStart, String? OnChangeEnd, String? semanticFormatter, Map<String, dynamic>? sliderThemeData, bool? suffix, String? thumbColor, double? value})
const

Properties

activeColor String?
final
autoFocus bool?
final
divisions int?
final
end double?
final
focusNode String?
final
hashCode int
The hash code for this object.
read-only, inherited
inactiveColor String?
final
label String?
final
max double?
final
min double?
final
mouseCursor String?
final
onChanged String?
final
OnChangeEnd String?
final
OnChangeStart String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
semanticFormatter String?
final
sliderThemeData Map<String, dynamic>?
final
start double?
final
suffix bool?
final
thumbColor String?
final
value double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited