frsl class

Annotations

Constructors

frsl()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

activeTickMarkColor(Color color) SliderThemeData
activeTrackColor(Color color) SliderThemeData
autoColor(Color color) Slider
color({Color? active, Color? inactive, Color? thumb}) Slider
colorTheme({Color? activeTrack, Color? inactiveTrack, Color? disabledActiveTrack, Color? disabledInactiveTrack, Color? activeTickMark, Color? inactiveTickMark, Color? disabledActiveTickMark, Color? disabledInactiveTickMark, Color? thumb, Color? overlappingShapeStroke, Color? disabledThumb, Color? overlay}) SliderThemeData
disabledActiveTickMarkColor(Color color) SliderThemeData
disabledActiveTrackColor(Color color) SliderThemeData
disabledInactiveTickMarkColor(Color color) SliderThemeData
disabledInactiveTrackColor(Color color) SliderThemeData
disabledThumbColor(Color color) SliderThemeData
division(int division) Slider
height(double height) SliderThemeData
inactiveTickMarkColor(Color color) SliderThemeData
inactiveTrackColor(Color color) SliderThemeData
label(String label) Slider
minThumbSeparation(double separation) SliderThemeData
overlappingShapeStrokeColor(Color color) SliderThemeData
overlayColor(Color color) SliderThemeData
overlayShape(SliderComponentShape shape) SliderThemeData
rangeTickMarkShape(RangeSliderTickMarkShape shape) SliderThemeData
rangeTrackShape(RangeSliderTrackShape shape) SliderThemeData
rangeValueIndicatorShape(RangeSliderValueIndicatorShape shape) SliderThemeData
showValueIndicator(ShowValueIndicator shape) SliderThemeData
theme(BuildContext context) FloretParent<SliderThemeData>
thumbColor(Color color) SliderThemeData
thumbSelector(Thumb? builder(TextDirection, RangeValues, double, Size, Size, double)) SliderThemeData
thumbShape(SliderComponentShape shape) SliderThemeData
thumbTheme({Color? color, Color? disabled, Thumb? selector(TextDirection, RangeValues, double, Size, Size, double)?, SliderComponentShape? shape, double? minSeparation, RangeSliderThumbShape? rangeShape}) SliderThemeData
tickMarkShape(SliderTickMarkShape shape) SliderThemeData
tickTheme({Color? active, Color? inactive, Color? disabledActive, Color? disabledInactive, SliderTickMarkShape? shape, RangeSliderTickMarkShape? rangeShape}) SliderThemeData
trackHeight(double height) SliderThemeData
trackShape(SliderTrackShape shape) SliderThemeData
trackTheme({Color? active, Color? inactive, Color? disabledActive, Color? disabledInactive, SliderTrackShape? shape, double? height}) SliderThemeData
valueIndicatorColor(Color color) SliderThemeData
valueIndicatorTextStyle(TextStyle style) SliderThemeData
valueVindicatorShape(SliderComponentShape shape) SliderThemeData