ErrorTextConfig class

This file is used to pass data to the error Text in IncrementDecrementFormField

Constructors

ErrorTextConfig({Key? key, TextDirection? textDirection, TextStyle? style, TextAlign? textAlign, Locale? locale, int? maxLines, TextOverflow? overflow, Color? selectionColor, String? semanticsLabel, bool? softWrap, StrutStyle? strutStyle, TextHeightBehavior? textHeightBehavior, double? textScaleFactor, TextWidthBasis? textWidthBasis})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
final
locale Locale?
final
maxLines int?
final
overflow TextOverflow?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionColor Color?
final
semanticsLabel String?
final
softWrap bool?
final
strutStyle StrutStyle?
final
style TextStyle?
final
textAlign TextAlign?
final
textDirection TextDirection?
final
textHeightBehavior TextHeightBehavior?
final
textScaleFactor double?
final
textWidthBasis TextWidthBasis?
final

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