Controls the visual appearance of the text input control.

See also:

Constructors

TextInputConfiguration({TextInputType inputType: TextInputType.text, String actionLabel })

Creates configuration information for a text input control.

const

Properties

actionLabel String

What text to display in the text input control's action button.

read-only
inputType TextInputType

For which type of information to optimize the text input control.

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

toJSON() Map<String, dynamic>

Returns a representation of this object as a JSON object.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited