ChipStyle constructor
const
ChipStyle({
- Color? backgroundColor,
- Color? selectedBackgroundColor,
- Color? disabledBackgroundColor,
- Color? textColor,
- Color? selectedTextColor,
- Color? disabledTextColor,
- Color? borderColor,
- Color? selectedBorderColor,
- Color? disabledBorderColor,
- double? borderWidth,
- double? selectedBorderWidth,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BorderRadiusGeometry? borderRadius,
- double? iconSize,
- TextStyle? textStyle,
- double? elevation,
- double? selectedElevation,
- Color? shadowColor,
- List<
Color> ? gradientColors, - AlignmentGeometry? gradientBegin,
- AlignmentGeometry? gradientEnd,
- Duration? duration,
- Curve? curve,
- double? pressedScale,
Creates a chip style.
Implementation
const ChipStyle({
this.backgroundColor,
this.selectedBackgroundColor,
this.disabledBackgroundColor,
this.textColor,
this.selectedTextColor,
this.disabledTextColor,
this.borderColor,
this.selectedBorderColor,
this.disabledBorderColor,
this.borderWidth,
this.selectedBorderWidth,
this.padding,
this.margin,
this.borderRadius,
this.iconSize,
this.textStyle,
this.elevation,
this.selectedElevation,
this.shadowColor,
this.gradientColors,
this.gradientBegin,
this.gradientEnd,
this.duration,
this.curve,
this.pressedScale,
});