MyButton constructor
const
MyButton({})
Implementation
const MyButton({
super.key,
required this.text,
required this.onPressed,
this.width,
this.icon,
this.backgroundColor,
this.height,
});
const MyButton({
super.key,
required this.text,
required this.onPressed,
this.width,
this.icon,
this.backgroundColor,
this.height,
});