SegmentedInputStyle constructor
const
SegmentedInputStyle({
- Dim? segmentWidth,
- Dim? segmentHeight,
- Dim? gap,
- BorderData? border,
- BorderRadiusData? borderRadius,
- Color? hoverBorderColor,
- Color? focusBorderColor,
- Color? errorBorderColor,
- Color? backgroundColor,
- Color? filledBackgroundColor,
- TextStyle? textStyle,
- SegmentedInputShape shape = SegmentedInputShape.box,
- EdgeInsets? margin,
- EdgeInsets? padding,
Creates a SegmentedInputStyle instance.
Implementation
const SegmentedInputStyle({
this.segmentWidth,
this.segmentHeight,
this.gap,
this.border,
this.borderRadius,
this.hoverBorderColor,
this.focusBorderColor,
this.errorBorderColor,
this.backgroundColor,
this.filledBackgroundColor,
this.textStyle,
this.shape = SegmentedInputShape.box,
this.margin,
this.padding,
});