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