FrequencyPage constructor

const FrequencyPage({
  1. Key? key,
  2. bool showAppBar = true,
})

Implementation

const FrequencyPage({super.key, this.showAppBar = true});