WeatherApp constructor

WeatherApp({
  1. Key? key,
  2. Widget? navigateBackBtn,
})

Implementation

WeatherApp({super.key, this.navigateBackBtn}) ;