CustomButtonNormal constructor
const
CustomButtonNormal({})
Implementation
const CustomButtonNormal({
Key? key,
this.child,
this.tap,
this.height,
this.width,
this.color,
this.radius,
this.padding,
}) : super(key: key);