DraftModeUISegmentedControl<T extends Object> constructor
const
DraftModeUISegmentedControl<T extends Object> ({
- Key? key,
- required Map<
T, Widget> children, - T? groupValue,
- ValueChanged<
T?> ? onValueChanged, - Color? backgroundColor,
- Color? thumbColor,
- EdgeInsetsGeometry? padding,
- Set<
T> ? disabledChildren,
Implementation
const DraftModeUISegmentedControl({
super.key,
required this.children,
this.groupValue,
this.onValueChanged,
this.backgroundColor,
this.thumbColor,
this.padding,
this.disabledChildren,
});