S360fProductCard constructor
const
S360fProductCard({
- required ProductEntity product,
- String? redirectPath = '',
- String? pathId = '',
- void onTap(
- dynamic
- Key? key,
Implementation
const S360fProductCard({
required this.product,
this.redirectPath = '',
this.pathId = '',
this.navigatorKey,
this.onTap,
super.key,
});