CountryPickerThemeData constructor

const CountryPickerThemeData({
  1. Color? backgroundColor,
  2. Color? headerColor,
  3. Color? textColor,
  4. Color? accentColor,
  5. Color? searchFieldColor,
  6. Color? searchFieldBorderColor,
  7. Color? cursorColor,
  8. Color? hintTextColor,
  9. Color? hoverColor,
  10. double? borderRadius,
  11. TextStyle? textStyle,
  12. double? itemHeight,
  13. EdgeInsets? itemPadding,
  14. double? flagSize,
})

Implementation

const CountryPickerThemeData({
  this.backgroundColor,
  this.headerColor,
  this.textColor,
  this.accentColor,
  this.searchFieldColor,
  this.searchFieldBorderColor,
  this.cursorColor,
  this.hintTextColor,
  this.hoverColor,
  this.borderRadius,
  this.textStyle,
  this.itemHeight,
  this.itemPadding,
  this.flagSize,
});