CountryPickerThemeData constructor
const
CountryPickerThemeData({
- Color? backgroundColor,
- Color? headerColor,
- Color? textColor,
- Color? accentColor,
- Color? searchFieldColor,
- Color? searchFieldBorderColor,
- Color? cursorColor,
- Color? hintTextColor,
- Color? hoverColor,
- double? borderRadius,
- TextStyle? textStyle,
- double? itemHeight,
- EdgeInsets? itemPadding,
- 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,
});