TextConfig class

Configuration for text areas

Available Extensions

Constructors

TextConfig({bool? autocorrect, TextInputType? textInputType, TextCapitalization? textCapitalization, bool? isDisabled, bool? isRequired})
const

Properties

autocorrect bool?
final
hashCode int
The hash code for this object.
no setterinherited
isDisabled bool?
final
isRequired bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textCapitalization TextCapitalization?
final
textInputType TextInputType?
final

Methods

copy({bool? autocorrect, TextInputType? textInputType, TextCapitalization? textCapitalization, bool? isDisabled, bool? isRequired}) TextConfig
merge(MetaFieldConfig? other) TextConfig
Merges these overrides with another
override
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