FastBadge constructor
const
FastBadge({
- Key? key,
- EdgeInsetsGeometry? padding = _kBadgePadding,
- String? text = _kBadgeText,
- Color? backgroundColor,
- BorderRadius? borderRadius,
- Color? textColor,
Implementation
const FastBadge({
super.key,
this.padding = _kBadgePadding,
this.text = _kBadgeText,
this.backgroundColor,
this.borderRadius,
this.textColor,
});