LineSliderTickMarkShape constructor
LineSliderTickMarkShape({
- double? tickMarkRadius,
- AssetDirection? labelDirection,
- required List<
Image> images,
Implementation
LineSliderTickMarkShape({
this.tickMarkRadius,
this.labelDirection,
required this.images,
});