MephistoInfoCard constructor

const MephistoInfoCard({
  1. Key? key,
  2. required Widget icon,
  3. required String title,
})

Implementation

const MephistoInfoCard({super.key, required this.icon, required this.title});