SliderGetter extension

Retrieves the DiagnosticsProperty of the matched widget with propName of type T

on

Methods

getActiveColor() Color
Returns the activeColor of the matched Slider via Widget.toDiagnosticsNode
getAutofocus() bool
Returns the autofocus of the matched Slider via Widget.toDiagnosticsNode
getDivisions() int
Returns the divisions of the matched Slider via Widget.toDiagnosticsNode
getFocusNode() FocusNode
Returns the focusNode of the matched Slider via Widget.toDiagnosticsNode
getInactiveColor() Color
Returns the inactiveColor of the matched Slider via Widget.toDiagnosticsNode
getLabel() String
Returns the label of the matched Slider via Widget.toDiagnosticsNode
getMax() double
Returns the max of the matched Slider via Widget.toDiagnosticsNode
getMin() double
Returns the min of the matched Slider via Widget.toDiagnosticsNode
getSecondaryActiveColor() Color
Returns the secondaryActiveColor of the matched Slider via Widget.toDiagnosticsNode
getSecondaryTrackValue() double
Returns the secondaryTrackValue of the matched Slider via Widget.toDiagnosticsNode
getValue() double
Returns the value of the matched Slider via Widget.toDiagnosticsNode