LocationPickerTheme constructor

const LocationPickerTheme({
  1. InputDecoration? inputDecoration,
  2. TextStyle? labelStyle,
  3. TextStyle? hintStyle,
  4. TextStyle? itemTextStyle,
  5. Color? dropdownBackgroundColor,
  6. Color? itemHighlightColor,
  7. EdgeInsetsGeometry? padding,
  8. EdgeInsetsGeometry? margin,
  9. BorderRadius? borderRadius,
  10. BoxShadow? shadow,
  11. double? elevation,
  12. Color? iconColor,
  13. double? iconSize,
  14. double? maxHeight,
  15. bool showSearchBox = true,
  16. InputDecoration? searchBoxDecoration,
  17. String? searchHint,
  18. Duration? animationDuration,
  19. bool showFlags = true,
  20. bool showPhoneCodes = false,
})

Implementation

const LocationPickerTheme({
  this.inputDecoration,
  this.labelStyle,
  this.hintStyle,
  this.itemTextStyle,
  this.dropdownBackgroundColor,
  this.itemHighlightColor,
  this.padding,
  this.margin,
  this.borderRadius,
  this.shadow,
  this.elevation,
  this.iconColor,
  this.iconSize,
  this.maxHeight,
  this.showSearchBox = true,
  this.searchBoxDecoration,
  this.searchHint,
  this.animationDuration,
  this.showFlags = true,
  this.showPhoneCodes = false,
});