PickerDialogStyle constructor
PickerDialogStyle({
- Color? backgroundColor,
- TextStyle? countryCodeStyle,
- TextStyle? countryNameStyle,
- Widget? listTileDivider,
- EdgeInsets? listTilePadding,
- EdgeInsets? padding,
- Color? searchFieldCursorColor,
- InputDecoration? searchFieldInputDecoration,
- EdgeInsets? searchFieldPadding,
- double? width,
Implementation
PickerDialogStyle({
this.backgroundColor,
this.countryCodeStyle,
this.countryNameStyle,
this.listTileDivider,
this.listTilePadding,
this.padding,
this.searchFieldCursorColor,
this.searchFieldInputDecoration,
this.searchFieldPadding,
this.width,
});