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