GiantToadOutlinedButton constructor
const
GiantToadOutlinedButton({
- required VoidCallback? onPressed,
- required Widget child,
- ButtonStyle? style,
- Key? key,
Implementation
const GiantToadOutlinedButton({
required this.onPressed,
required this.child,
this.style,
super.key,
});