CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{Key? key,
this.loading,
required this.title,
this.onPressed,
this.fontSize,
this.borderRadius,
this.width,
this.height,
this.loadingTitle,
this.icon,
this.color,
this.svg,
this.textColor})
: super(key: key);