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
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