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