Inheritance
System.Object
SliderComponentShape
public abstract class SliderComponentShape
Constructors
Declaration
public SliderComponentShape()
Fields
Declaration
public static readonly SliderComponentShape noOverlay
Field Value
Declaration
public static readonly SliderComponentShape noThumb
Field Value
Methods
Declaration
public abstract Size getPreferredSize(bool? isEnabled, bool? isDiscrete)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Boolean> |
isEnabled |
|
| System.Nullable<System.Boolean> |
isDiscrete |
|
Returns
paint(PaintingContext, Offset, Animation<Single>, Animation<Single>, Nullable<Boolean>, TextPainter, RenderBox, SliderThemeData, Nullable<Single>)
Declaration
public abstract void paint(PaintingContext context, Offset center, Animation<float> activationAnimation = null, Animation<float> enableAnimation = null, bool? isDiscrete = default(bool? ), TextPainter labelPainter = null, RenderBox parentBox = null, SliderThemeData sliderTheme = null, float? value = default(float? ))
Parameters