S360fProductCard constructor

const S360fProductCard({
  1. required ProductEntity product,
  2. String? redirectPath = '',
  3. String? pathId = '',
  4. GlobalKey<NavigatorState>? navigatorKey,
  5. void onTap(
    1. dynamic
    )?,
  6. Key? key,
})

Implementation

const S360fProductCard({
  required this.product,
  this.redirectPath = '',
  this.pathId = '',
  this.navigatorKey,
  this.onTap,
  super.key,
});