buildWithCategory abstract method
Widget
buildWithCategory(
- dynamic onDataFetched(
- List<
RewardsModel> pendings, - List<
RewardsModel> collected, - List<
RewardsModel> expired
- List<
Implementation
Widget buildWithCategory(
Function(List<RewardsModel> pendings, List<RewardsModel> collected,
List<RewardsModel> expired)
onDataFetched);