PrimaryLargeButton constructor
const
PrimaryLargeButton({
- Key? key,
- required String text,
- required VoidCallback onPressed,
Implementation
const PrimaryLargeButton({
super.key,
required this.text,
required this.onPressed,
});