AppHeader constructor

const AppHeader({
  1. Key? key,
  2. String? themeName,
})

Implementation

const AppHeader({super.key, this.themeName});