Card50 constructor

Card50({
  1. String shadowText = "",
  2. required ProductData item,
  3. required ProviderData providerData,
  4. required String locale,
  5. required TextDirection direction,
  6. required List<CategoryData> category,
  7. Color? color,
  8. bool categoryEnable = true,
})

Implementation

Card50({
  this.shadowText = "",
  required this.item,
  required this.providerData,
  required this.locale,
  required this.direction,
  required this.category,
  this.color,
  this.categoryEnable = true
});