SingleSegmentedEditor<T> constructor
const
SingleSegmentedEditor<T> ({
- required LabelBuilder<
T> label, - required List<
T> values,
Implementation
const SingleSegmentedEditor({
required this.label,
required this.values,
});