fix category tabbar

This commit is contained in:
efrilm
2025-10-08 13:01:26 +07:00
parent 613b216c04
commit 1fbacae1f4
4 changed files with 34 additions and 3 deletions
@@ -228,6 +228,7 @@ class _HomePageState extends State<HomePage> {
child: BlocBuilder<ProductLoaderBloc, ProductLoaderState>(
builder: (context, productState) {
return CategoryTabBar(
key: ValueKey(categories.length),
categories: categories,
tabViews: categories.map((category) {
return SizedBox(