CityDropdown constructor Null safety

const CityDropdown(
  1. {Key? key}
)

Implementation

const CityDropdown({Key? key}) : super(key: key);