CommunityDetailPage constructor

const CommunityDetailPage({
  1. Key? key,
  2. required AppLocalizations l10n,
})

Implementation

const CommunityDetailPage({super.key, required this.l10n});