PrimaryButton constructor
PrimaryButton({})
Implementation
PrimaryButton(
{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().primary,
foregroundColor: Colors.white,
borderColor: DI.colors().primary);