This commit is contained in:
efrilm 2025-10-25 00:14:45 +07:00
parent 754048b565
commit 9243e0948b

View File

@ -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,
),
),
),
], ],
); );
} }