ServiceInfoCard constructor

const ServiceInfoCard({
  1. Key? key,
  2. required ServiceTemplateSpec manifest,
  3. double? desktopContentGroupGap,
})

Implementation

const ServiceInfoCard({
  super.key,
  required this.manifest,
  this.desktopContentGroupGap,
});