SwarmOverviewCard constructor

const SwarmOverviewCard({
  1. Key? key,
  2. required SwarmDisplayInfo swarm,
})

Implementation

const SwarmOverviewCard({super.key, required this.swarm});