feat: order infinty scroll
This commit is contained in:
@@ -91,7 +91,7 @@ class SalesTitle extends StatelessWidget {
|
||||
builder: (context, state) {
|
||||
return state.maybeWhen(
|
||||
orElse: () => const SizedBox.shrink(),
|
||||
loaded: (orders, totalOrder) => Text(
|
||||
loaded: (orders, totalOrder, _, __, ___) => Text(
|
||||
'$totalOrder Pesanan',
|
||||
style: TextStyle(
|
||||
color: AppColors.black,
|
||||
|
||||
Reference in New Issue
Block a user