AccountActivities constructor
const
AccountActivities({
- Key? key,
- required HiveFlutterKitPlatform hfk,
- required String account,
- bool? isFilter,
- Color? votesColor,
- Color? commentsColor,
- Color? repliesColor,
- Color? rewardsColor,
- Color? otherColor,
- Color? authorRewardColor,
- Color? curationRewardColor,
- Color? benefactorRewardColor,
- Color? fontColor,
- List<
Color> ? backgroundColors,
Implementation
const AccountActivities({
super.key,
required this.hfk,
required this.account,
this.isFilter,
this.votesColor,
this.commentsColor,
this.repliesColor,
this.rewardsColor,
this.otherColor,
this.authorRewardColor,
this.curationRewardColor,
this.benefactorRewardColor,
this.fontColor,
this.backgroundColors,
});