FBadge.raw constructor
const
FBadge.raw({
- required Widget builder(),
- FBaseBadgeStyle style() = _primary,
- Key? key,
Creates a FBadge with no defaults applied.
Implementation
const FBadge.raw({required this.builder, this.style = _primary, super.key});