MainButton constructor
const
MainButton({})
Implementation
const MainButton({
this.onTap,
super.key,
this.title,
this.active = true,
this.width,
this.height,
this.boxShadow,
this.child,
this.padding,
this.backgroundColor,
this.style,
this.icon,
this.borerRadius,
this.border,
this.margin,
});