AntdSegmented constructor
const
AntdSegmented({
- Key? key,
- bool disabled = false,
- String? value,
- required List<
AntdSegmentedItem> items, - ValueChanged<
String?> ? onChange, - Duration duration = const Duration(milliseconds: 200),
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdSegmented(
{super.key,
this.disabled = false,
this.value,
required this.items,
this.onChange,
this.duration = const Duration(milliseconds: 200),
this.hapticFeedback = AntdHapticFeedback.light});