MephistoOverviewCardWithImage constructor

const MephistoOverviewCardWithImage({
  1. Key? key,
  2. required String image,
  3. required String title,
  4. required String description,
  5. required Widget suffixIcon,
  6. bool? isNetworkImage = false,
})

Implementation

const MephistoOverviewCardWithImage(
    {super.key,
    required this.image,
    required this.title,
    required this.description,
    required this.suffixIcon,
    this.isNetworkImage = false});