AddressDialogTexts class
Texts for AddressSearchDialog.
Constructors
- AddressDialogTexts.new({String hintText = 'Address or reference', String noResultsText = "There're no results", String continueText = 'Continue', String cancelText = 'Cancel'})
-
constructor for AddressDialogTexts.
const
Properties
- cancelText → String
-
Text for ElevatedButton of the widget to cancel.
final
- continueText → String
-
Text for ElevatedButton of the widget to continue.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintText → String
-
Message to show when the TextField of the widget is empty.
final
- noResultsText → String
-
Message to show when the ListView of the widget is empty.
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