PrimaryLargeButton constructor
const
PrimaryLargeButton({})
Implementation
const PrimaryLargeButton({
super.key,
required this.text,
required this.onPressed,
this.backgroundColor = Colors.purple, // Warna default
this.textColor = Colors.white, // Warna default
this.fontSize = 18.0, // Font size default
this.width = 144.0, // Lebar default
this.height = 60.0, // Tinggi default
});