MephistoOverviewCard constructor

const MephistoOverviewCard({
  1. Key? key,
  2. required Widget icon,
  3. required String title,
  4. required String description,
  5. required Widget suffixIcon,
})

Implementation

const MephistoOverviewCard(
    {super.key,
    required this.icon,
    required this.title,
    required this.description,
    required this.suffixIcon});