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