CountryPickerBottomSheet constructor

const CountryPickerBottomSheet({
  1. Key? key,
})

Implementation

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