LineSliderTickMarkShape constructor

LineSliderTickMarkShape({
  1. double? tickMarkRadius,
  2. NumericLabelDirection? labelDirection,
  3. TextStyle? numericLabelTextStyle,
  4. List<int>? inputValues,
  5. String? currencyPrefix,
})

Implementation

LineSliderTickMarkShape(
    {this.tickMarkRadius, this.labelDirection, this.numericLabelTextStyle, this.inputValues, this.currencyPrefix});