GunAction constructor
const
GunAction({
- Key? key,
- int? badge,
- Widget? child,
- VoidCallback? onTap,
- double? sizeFactor,
Implementation
const GunAction({
Key? key,
this.badge,
this.child,
this.onTap,
this.sizeFactor,
}) : super(key: key);