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