Inheritance
SliderTrackShape
public abstract class SliderTrackShape
Constructors
Declaration
public SliderTrackShape()
Methods
Declaration
public abstract Rect getPreferredRect(RenderBox parentBox = null, Offset offset = null, SliderThemeData sliderTheme = null, bool? isEnabled = default(bool? ), bool? isDiscrete = default(bool? ))
Parameters
Returns
paint(PaintingContext, Offset, RenderBox, SliderThemeData, Animation<Single>, Offset, Nullable<Boolean>, Nullable<Boolean>)
Declaration
public abstract void paint(PaintingContext context, Offset offset, RenderBox parentBox = null, SliderThemeData sliderTheme = null, Animation<float> enableAnimation = null, Offset thumbCenter = null, bool? isEnabled = default(bool? ), bool? isDiscrete = default(bool? ))
Parameters