LandingButton constructor
- {Key? key,
- required String text,
- required VoidCallback onPressed,
- bool outlined = false}
Implementation
const LandingButton({
super.key,
required this.text,
required this.onPressed,
this.outlined = false,
});
const LandingButton({
super.key,
required this.text,
required this.onPressed,
this.outlined = false,
});