AppMainButton constructor
const
AppMainButton({})
Implementation
const AppMainButton({
Key? key,
required this.onTap,
this.active = true,
this.title,
this.child,
this.height,
this.width,
this.borerRadius,
this.backgroundColor,
this.padding,
this.style,
}) : super(key: key);