LocationPickerTheme constructor
const
LocationPickerTheme({
- InputDecoration? inputDecoration,
- TextStyle? labelStyle,
- TextStyle? hintStyle,
- TextStyle? itemTextStyle,
- Color? dropdownBackgroundColor,
- Color? itemHighlightColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BorderRadius? borderRadius,
- BoxShadow? shadow,
- double? elevation,
- Color? iconColor,
- double? iconSize,
- double? maxHeight,
- bool showSearchBox = true,
- InputDecoration? searchBoxDecoration,
- String? searchHint,
- Duration? animationDuration,
- bool showFlags = true,
- 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,
});