PickerDialogStyle constructor

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

Implementation

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