LocationPickerTheme class

Constructors

LocationPickerTheme.new({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})
const

Properties

animationDuration Duration?
final
borderRadius BorderRadius?
final
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle?
final
iconColor Color?
final
iconSize double?
final
inputDecoration InputDecoration?
final
itemHighlightColor Color?
final
itemTextStyle TextStyle?
final
labelStyle TextStyle?
final
margin EdgeInsetsGeometry?
final
maxHeight double?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBoxDecoration InputDecoration?
final
searchHint String?
final
shadow BoxShadow?
final
showFlags bool
final
showPhoneCodes bool
final
showSearchBox bool
final

Methods

copyWith({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, InputDecoration? searchBoxDecoration, String? searchHint, Duration? animationDuration, bool? showFlags, bool? showPhoneCodes}) LocationPickerTheme
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited