SWOutlinedButton constructor
const
SWOutlinedButton(})
Implementation
const SWOutlinedButton(
this.text,
this.onPressed, {
double? width,
double? height,
Key? key,
}) : _width = width,
_height = height,
super(key: key);