Inheritance
RoundSliderTickMarkShape
public class RoundSliderTickMarkShape : SliderTickMarkShape
Constructors
Declaration
public RoundSliderTickMarkShape(float? tickMarkRadius = default(float? ))
Parameters
Fields
Declaration
public readonly float? tickMarkRadius
Field Value
Methods
Declaration
public override Size getPreferredSize(SliderThemeData sliderTheme = null, bool? isEnabled = default(bool? ))
Parameters
Returns
Overrides
paint(PaintingContext, Offset, RenderBox, SliderThemeData, Animation<Single>, Offset, Nullable<Boolean>)
Declaration
public override void paint(PaintingContext context, Offset center, RenderBox parentBox = null, SliderThemeData sliderTheme = null, Animation<float> enableAnimation = null, Offset thumbCenter = null, bool? isEnabled = default(bool? ))
Parameters
Overrides