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