SelectorConfig constructor

const SelectorConfig({
  1. PhoneInputSelectorType selectorType = PhoneInputSelectorType.DROPDOWN,
  2. bool showFlags = true,
  3. bool useEmoji = false,
  4. CountryComparator? countryComparator,
  5. bool setSelectorButtonAsPrefixIcon = false,
  6. double? leadingPadding,
  7. bool trailingSpace = true,
})

Implementation

const SelectorConfig({
  this.selectorType = PhoneInputSelectorType.DROPDOWN,
  this.showFlags = true,
  this.useEmoji = false,
  this.countryComparator,
  this.setSelectorButtonAsPrefixIcon = false,
  this.leadingPadding,
  this.trailingSpace = true,
});