FPCSuccessDarkGradientSegmentControl<T> constructor
const
FPCSuccessDarkGradientSegmentControl<T> ({
- Key? key,
- required T? value,
- required List<
FPCSegmentControlItem< items,T> > - required void onChanged(
- T
- TextStyle? unselectedStyle,
- TextStyle? selectedStyle,
- double? height,
- BorderRadius? borderRadius,
- double? borderWidth,
- EdgeInsets? padding,
- bool isExpanded = false,
- bool isRequired = false,
- bool isDisabled = false,
- Color? disabledColor,
- String? restorationId,
Implementation
const FPCSuccessDarkGradientSegmentControl({
super.key,
required this.value,
required this.items,
required this.onChanged,
this.unselectedStyle,
this.selectedStyle,
this.height,
this.borderRadius,
this.borderWidth,
this.padding,
this.isExpanded = false,
this.isRequired = false,
this.isDisabled = false,
this.disabledColor,
this.restorationId,
});