FBadge.raw constructor
const
FBadge.raw({
- required Widget builder(),
- FBadgeStyle style = FBadgeStyle.primary,
- Key? key,
Creates a FBadge with custom content.
Implementation
const FBadge.raw({
required this.builder,
this.style = FBadgeStyle.primary,
super.key,
});