Picker constructor
const
Picker(
- List<
Country> countries, - Country? initial, {
- Key? key,
- PreferredSizeWidget? appBar,
- CountryTheme? theme,
- bool useUiOverlay = true,
- bool useSafeArea = false,
- required String language,
Implementation
const Picker(this.countries, this.initial,
{super.key,
this.appBar,
this.theme,
this.useUiOverlay = true,
this.useSafeArea = false,
required this.language});