MainButton constructor
const
MainButton({})
Implementation
const MainButton({
super.key,
required this.title,
required this.onTap,
this.height,
this.width,
this.color,
this.titleColor,
});
const MainButton({
super.key,
required this.title,
required this.onTap,
this.height,
this.width,
this.color,
this.titleColor,
});