PickerDialogStyle constructor

PickerDialogStyle({
  1. Color? backgroundColor,
  2. TextStyle? countryCodeStyle,
  3. TextStyle? countryNameStyle,
  4. Widget? listTileDivider,
  5. EdgeInsets? listTilePadding,
  6. EdgeInsets? dialogPadding,
  7. EdgeInsets? padding,
  8. Color? searchFieldCursorColor,
  9. InputDecoration? searchFieldInputDecoration,
  10. EdgeInsets? searchFieldPadding,
  11. double? width,
})

Implementation

PickerDialogStyle({
  this.backgroundColor,
  this.countryCodeStyle,
  this.countryNameStyle,
  this.listTileDivider,
  this.listTilePadding,
  this.dialogPadding,
  this.padding,
  this.searchFieldCursorColor,
  this.searchFieldInputDecoration,
  this.searchFieldPadding,
  this.width,
});