CommunitiesPage constructor

const CommunitiesPage({
  1. Key? key,
  2. Widget bannerAd()?,
})

Implementation

const CommunitiesPage({super.key, this.bannerAd});