CommonButton constructor
const
CommonButton(})
Implementation
const CommonButton(
this.title,
this.onTap, {
Key? key,
this.border,
this.color,
this.height,
this.width,
this.removePadding = false,
this.fontSize,
this.textColor,
this.leading,
}) : super(key: key);