SecondaryBadge constructor
const
SecondaryBadge({
- Key? key,
- required Widget child,
- VoidCallback? onPressed,
- Widget? leading,
- Widget? trailing,
- AbstractButtonStyle? style,
Implementation
const SecondaryBadge({
super.key,
required this.child,
this.onPressed,
this.leading,
this.trailing,
this.style,
});