BadgeThemeData constructor
- Color? backgroundColor,
- Color? textColor,
- double? smallSize,
- double? largeSize,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- AlignmentGeometry? alignment,
- Offset? offset,
Creates the set of color, style, and size properties used to configure Badge.
Implementation
const BadgeThemeData({
this.backgroundColor,
this.textColor,
this.smallSize,
this.largeSize,
this.textStyle,
this.padding,
this.alignment,
this.offset,
});