Wallet constructor
const
Wallet({
- Key? key,
- required HiveFlutterKitPlatform hfk,
- required String? username,
- List<
Color> ? backgroundColors, - Color? fontColor,
- Color? cardColor,
- Color? balanceColor,
- Color? hbdColor,
- Color? savingsColor,
- Color? savingsHbdColor,
- Color? powerColor,
- Color? estimatedValueColor,
- Color? errorColor,
- Color? appBarColor,
Implementation
const Wallet({
super.key,
required this.hfk,
required this.username,
this.backgroundColors,
this.fontColor,
this.cardColor,
this.balanceColor,
this.hbdColor,
this.savingsColor,
this.savingsHbdColor,
this.powerColor,
this.estimatedValueColor,
this.errorColor,
this.appBarColor,
});