BaseSliderTrackShape mixin Null safety
Base track shape that provides an implementation of getPreferredRect for default sizing.
The height is set from SliderThemeData.trackHeight and the width of the parent box less the larger of the widths of SliderThemeData.thumbShape and SliderThemeData.overlayShape.
See also:
- RectangularSliderTrackShape, which is a track shape with sharp rectangular edges
- RoundedRectSliderTrackShape, which is a track shape with round stadium-like edges.
- Mixin Applications
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getPreferredRect(
{required RenderBox parentBox, Offset offset = Offset.zero, required SliderThemeData sliderTheme, bool isEnabled = false, bool isDiscrete = false}) → Rect - Returns a rect that represents the track bounds that fits within the Slider.
-
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