SimpleOutlinedButton constructor
const
SimpleOutlinedButton({})
Implementation
const SimpleOutlinedButton(
{this.child,
this.textColor,
this.outlineColor,
required this.onPressed,
this.borderRadius = 6,
this.padding = const EdgeInsets.symmetric(horizontal: 28, vertical: 20),
Key? key})
: super(key: key);