ButtonWidget constructor
const
ButtonWidget({})
Implementation
const ButtonWidget(
{super.key,
required this.height,
this.width,
this.radius,
this.widget,
this.title,
required this.onTap,
this.borderColor,
this.bgColor,
this.textColor});