BaseOutlineButton constructor
const
BaseOutlineButton({})
Implementation
const BaseOutlineButton(
{Key? key,
this.width = double.infinity,
this.height = 44,
this.padding,
this.backgroundColor,
this.icon,
this.title,
this.borderWidth = 1,
this.borderRadius = 22,
this.borderColor,
this.boxShadow,
this.onPressed})
: super(key: key);