CountryButtonStyle constructor
const
CountryButtonStyle({
- TextStyle? textStyle,
- EdgeInsets? padding,
- double flagSize = 20,
- bool showFlag = true,
- bool showDialCode = true,
- bool showIsoCode = false,
- bool showDropdownIcon = true,
- Color? dropdownIconColor,
- BorderRadius? borderRadius,
Implementation
const CountryButtonStyle({
this.textStyle,
this.padding,
this.flagSize = 20,
this.showFlag = true,
this.showDialCode = true,
this.showIsoCode = false,
this.showDropdownIcon = true,
this.dropdownIconColor,
this.borderRadius,
});