TextAreaConfig class

Configuration for text areas

Available Extensions

Constructors

TextAreaConfig({int? minLines, int? maxLines, bool? expands, bool? isDisabled, bool? isRequired, bool? autocorrect})
const

Properties

autocorrect bool?
final
expands bool?
final
hashCode int
The hash code for this object.
no setterinherited
isDisabled bool?
final
isRequired bool?
final
maxLines int?
final
minLines int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({int? minLines, int? maxLines, bool? expands, bool? autocorrect, bool? isDisabled, bool? isRequired}) TextAreaConfig
merge(MetaFieldConfig other) TextAreaConfig
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