ErrorOutlineButton constructor
ErrorOutlineButton({})
Implementation
ErrorOutlineButton(
{super.key,
required super.onPressed,
required super.text,
super.enabled,
super.height,
super.flex,
super.fontSize,
super.loading,
super.prefixIcon,
super.suffixIcon})
: super(
backgroundColor: Colors.white,
foregroundColor: DI.theme().colors().error,
borderColor: DI.theme().colors().error);