AccountActivities constructor

const AccountActivities({
  1. Key? key,
  2. required HiveFlutterKitPlatform hfk,
  3. required String account,
  4. bool? isFilter,
  5. Color? votesColor,
  6. Color? commentsColor,
  7. Color? repliesColor,
  8. Color? rewardsColor,
  9. Color? otherColor,
  10. Color? authorRewardColor,
  11. Color? curationRewardColor,
  12. Color? benefactorRewardColor,
  13. Color? fontColor,
  14. 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,
});