CountryButtonStyle constructor

const CountryButtonStyle({
  1. TextStyle? textStyle,
  2. EdgeInsets? padding,
  3. double flagSize = 20,
  4. bool showFlag = true,
  5. bool showDialCode = true,
  6. bool showIsoCode = false,
  7. bool showDropdownIcon = true,
})

Implementation

const CountryButtonStyle({
  this.textStyle,
  this.padding,
  this.flagSize = 20,
  this.showFlag = true,
  this.showDialCode = true,
  this.showIsoCode = false,
  this.showDropdownIcon = true,
});