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