update
This commit is contained in:
parent
754048b565
commit
9243e0948b
@ -209,6 +209,18 @@ class _HomeLeftPanelState extends State<HomeLeftPanel> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
if (hasReachedMax && products.isNotEmpty)
|
||||||
|
Container(
|
||||||
|
padding: EdgeInsets.all(8),
|
||||||
|
child: Text(
|
||||||
|
'Semua produk telah dimuat',
|
||||||
|
style: AppStyle.sm.copyWith(
|
||||||
|
color: Colors.grey.shade500,
|
||||||
|
fontSize: 11,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user