menu
mephisto_ui
components/common/mephisto_review_card.dart
MephistoAuthor
MephistoAuthor const constructor
MephistoAuthor
dark_mode
light_mode
MephistoAuthor
constructor
const
MephistoAuthor
(
{
String
?
id
,
required
String
name
,
required
String
avatar
,
})
Implementation
const MephistoAuthor({this.id, required this.name, required this.avatar});
mephisto_ui
mephisto_review_card
MephistoAuthor
MephistoAuthor const constructor
MephistoAuthor class