Inheritance
System.Object
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
Type |
Name |
Description |
RenderBox |
parentBox |
|
Offset |
offset |
|
SliderThemeData |
sliderTheme |
|
System.Nullable<System.Boolean> |
isEnabled |
|
System.Nullable<System.Boolean> |
isDiscrete |
|
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