FSliderMarkStyle constructor
const
FSliderMarkStyle({})
Creates a FSliderMarkStyle.
Implementation
const FSliderMarkStyle({
required this.tickColor,
required this.labelTextStyle,
required this.labelAnchor,
required this.labelOffset,
this.tickSize = 3,
}) : assert(0 < tickSize, 'tickDimension must be positive, but is $tickSize.');