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