GradientRectSliderTrackShape class
Applies a Gradient Effect to a slider
Source: https://gist.github.com/ibhavikmakwana/9d122dcf743a98c386836ed42d15d74e https://www.youtube.com/watch?v=Wl4F5V6BoJw
- Inheritance
-
- Object
- SliderTrackShape
- GradientRectSliderTrackShape
- Mixed-in types
Constructors
- GradientRectSliderTrackShape({LinearGradient gradient = const LinearGradient(colors: [Colors.red, Colors.yellow]), bool darkenInactive = false})
-
const
Properties
- darkenInactive → bool
-
final
- gradient → LinearGradient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
PaintingContext context, Offset offset, {required RenderBox parentBox, required SliderThemeData sliderTheme, required Animation< double> enableAnimation, required TextDirection textDirection, required Offset thumbCenter, bool isDiscrete = false, bool isEnabled = false, double additionalActiveTrackHeight = 2}) → void -
Paints the track shape based on the state passed to it.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited