FastSegmentField<T> constructor
const
FastSegmentField<T> ({})
Implementation
const FastSegmentField({
super.key,
required this.labelText,
required this.options,
this.showHelperBoundaries = true,
this.isReadOnly = false,
this.selectedIndex = 0,
this.onValueChanged,
this.captionText,
});