fix category tabbar
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user