BasicSeekbar constructor
const
BasicSeekbar({
- Key? key,
- double? min,
- double? max,
- double? value,
- double? progresseight,
- int? sectionCount,
- Color? sectionColor,
- Color? sectionUnSelecteColor,
- double? sectionRadius,
- bool? showSectionText,
- List<
SectionTextModel> ? sectionTexts, - double? sectionTextSize,
- bool? afterDragShowSectionText,
- Color? sectionTextColor,
- Color? sectionSelectTextColor,
- int? sectionDecimal,
- double? sectionTextMarginTop,
- Color? backgroundColor,
- Color? progressColor,
- String? semanticsLabel,
- String? semanticsValue,
- double? indicatorRadius,
- Color? indicatorColor,
- ValueChanged<
ProgressValue> ? onValueChanged, - bool? isRound,
Implementation
const BasicSeekbar(
{Key? key,
this.min,
this.max,
this.value,
this.progresseight,
this.sectionCount,
this.sectionColor,
this.sectionUnSelecteColor,
this.sectionRadius,
this.showSectionText,
this.sectionTexts,
this.sectionTextSize,
this.afterDragShowSectionText,
this.sectionTextColor,
this.sectionSelectTextColor,
this.sectionDecimal,
this.sectionTextMarginTop,
this.backgroundColor,
this.progressColor,
this.semanticsLabel,
this.semanticsValue,
this.indicatorRadius,
this.indicatorColor,
this.onValueChanged,
this.isRound})
: super(key: key);