SelectionList constructor
SelectionList(
- List elements,
- CountryCode? initialSelection, {
- Key? key,
- PreferredSizeWidget? appBar,
- CountryTheme? theme,
- Widget countryBuilder(
- BuildContext context,
- CountryCode
- bool useUiOverlay = true,
- bool useSafeArea = false,
Implementation
SelectionList(this.elements, this.initialSelection,
{Key? key,
this.appBar,
this.theme,
this.countryBuilder,
this.useUiOverlay = true,
this.useSafeArea = false})
: super(key: key);