CustomPrimaryButton constructor
const
CustomPrimaryButton({})
Implementation
const CustomPrimaryButton({
Key? key,
required this.label,
required this.onPressed,
this.color = const Color(0xFF0054A6),
this.textColor = Colors.white,
this.borderColor,
this.isLoading = false,
}) : super(key: key);