LineSliderTickMarkShape constructor

LineSliderTickMarkShape({
  1. double? tickMarkRadius,
  2. AssetDirection? labelDirection,
  3. required List<Image> images,
})

Implementation

LineSliderTickMarkShape({
  this.tickMarkRadius,
  this.labelDirection,
  required this.images,
});