Inheritance
System.Object
PaddleSliderValueIndicatorShape
public class PaddleSliderValueIndicatorShape : SliderComponentShape
Constructors
Declaration
public PaddleSliderValueIndicatorShape()
Methods
Declaration
public override Size getPreferredSize(bool? isEnabled, bool? isDiscrete)
Parameters
Type |
Name |
Description |
System.Nullable<System.Boolean> |
isEnabled |
|
System.Nullable<System.Boolean> |
isDiscrete |
|
Returns
Overrides
paint(PaintingContext, Offset, Animation<Single>, Animation<Single>, Nullable<Boolean>, TextPainter, RenderBox, SliderThemeData, Nullable<Single>)
Declaration
public override 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
Overrides