CountStyle constructor

const CountStyle({
  1. double? size,
  2. Color? background,
  3. Color? color,
  4. TextStyle? textStyle,
  5. EdgeInsetsGeometry? paddingContent,
})

Implementation

const CountStyle({
  this.size,
  this.background,
  this.color,
  this.textStyle,
  this.paddingContent,
});