CurrencyWorldPickerOptions class
Configuration options for the WorldPicker widget.
This class provides customization options for how the country picker displays information and behaves.
Constructors
- CurrencyWorldPickerOptions.new({String? placeholder, InputDecoration? inputDecoration})
-
Creates a new CurrencyWorldPickerOptions instance.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDecoration → InputDecoration?
-
Custom input decoration for the search field.
final
- placeholder → String?
-
Placeholder text for the search input field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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