CountStyle constructor
const
CountStyle({
- double? size,
- Color? background,
- Color? color,
- TextStyle? textStyle,
- EdgeInsetsGeometry? paddingContent,
Implementation
const CountStyle({
this.size,
this.background,
this.color,
this.textStyle,
this.paddingContent,
});