menu
mephisto_ui
components/common/mephisto_review_card.dart
MephistoReviewCard
MephistoReviewCard const constructor
MephistoReviewCard
dark_mode
light_mode
MephistoReviewCard
constructor
const
MephistoReviewCard
(
{
Key
?
key
,
required
MephistoReview
review
,
})
Implementation
const MephistoReviewCard({super.key, required this.review});
mephisto_ui
mephisto_review_card
MephistoReviewCard
MephistoReviewCard const constructor
MephistoReviewCard class