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