51 Widget
build(BuildContext context) {
52 return widget.collections.isEmpty
56 .
translate(
'Nothing to show here right now'),
57 style: Theme.of(context).textTheme.bodySmall,
67 totalCollectionsQuantity:
70 SizedBox(height: 5.sp),
75 child: ElevatedButton(
76 style: ElevatedButton.styleFrom(
84 filterCollectionbls(FlsStatus.latest);
87 mainAxisSize: MainAxisSize.min,
90 HugeIcons.strokeRoundedArrowLeft02,
92 color: Theme.of(context).colorScheme.primary,
94 SizedBox(width: 5.sp),
98 style: Theme.of(context)
102 color: Theme.of(context).colorScheme.primary,
112 child: ElevatedButton(
113 style: ElevatedButton.styleFrom(
121 filterCollectionbls(FlsStatus.recent);
124 mainAxisSize: MainAxisSize.min,
129 style: Theme.of(context)
133 color: Theme.of(context).colorScheme.primary,
136 SizedBox(width: 5.sp),
138 HugeIcons.strokeRoundedArrowRight02,
140 color: Theme.of(context).colorScheme.primary,
148 SizedBox(height: 5.sp),
151 child: ListView.separated(
154 physics:
const NeverScrollableScrollPhysics(),
156 separatorBuilder: (context, index) => Divider(
161 itemBuilder: (context, index) {
162 return TransactionCard(
164 showToBePaidLabel:
true,