Button constructor
Button({
- required PrimaryColor favoriteButton,
- required BankButton bankButton,
- required PrimaryColor actionButton,
- required String textColor,
- required String backgroundColor,
Implementation
Button({
required this.favoriteButton,
required this.bankButton,
required this.actionButton,
required this.textColor,
required this.backgroundColor,
});