FlenxStoreShell constructor
const
FlenxStoreShell({
- required String brand,
- required List<
MenuLink> categories, - List<
Component> children = const [], - String searchPlaceholder = 'O que vocĂȘ procura hoje?',
- String searchAction = '/produtos',
- String? cep,
- String accountHref = '/conta',
- String accountLabel = 'Entrar',
- String wishlistHref = '/produtos',
- String cartHref = '/carrinho',
- int cartCount = 0,
- String? promo,
- List<
String> payments = const [], - String? copyright,
- Key? key,
Implementation
const FlenxStoreShell({
required this.brand,
required this.categories,
this.children = const [],
this.searchPlaceholder = 'O que vocĂȘ procura hoje?',
this.searchAction = '/produtos',
this.cep,
this.accountHref = '/conta',
this.accountLabel = 'Entrar',
this.wishlistHref = '/produtos',
this.cartHref = '/carrinho',
this.cartCount = 0,
this.promo,
this.footerColumns = const [],
this.payments = const [],
this.copyright,
super.key,
});