InputFieldTextInput class

Text input allows merchants to provide a text value.

Constructors

InputFieldTextInput({TextWithTooltip? additionalInfo, String? ariaLabel, String? formatInfo, String? type})
InputFieldTextInput.fromJson(Map json_)

Properties

additionalInfo TextWithTooltip?
Additional info regarding the field to be displayed to merchant.
getter/setter pair
ariaLabel String?
Text to be used as the [aria-label](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html) for the input.
getter/setter pair
formatInfo String?
Information about the required format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of the text input Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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