menu
mephisto_ui
components/card/mephisto_info_card.dart
MephistoInfoCard
MephistoInfoCard const constructor
MephistoInfoCard
dark_mode
light_mode
MephistoInfoCard
constructor
const
MephistoInfoCard
(
{
Key
?
key
,
required
Widget
icon
,
required
String
title
,
})
Implementation
const MephistoInfoCard({super.key, required this.icon, required this.title});
mephisto_ui
mephisto_info_card
MephistoInfoCard
MephistoInfoCard const constructor
MephistoInfoCard class