props property
The list of properties that constitute the state of this TextFieldSpec.
This property is used by the == operator and the hashCode getter to
compare two TextFieldSpec instances for equality.
Implementation
@override
List<Object?> get props => [
_$this.style,
_$this.textAlign,
_$this.strutStyle,
_$this.textHeightBehavior,
_$this.textWidthBasis,
_$this.cursorWidth,
_$this.cursorHeight,
_$this.cursorRadius,
_$this.cursorColor,
_$this.cursorOffset,
_$this.paintCursorAboveText,
_$this.backgroundCursorColor,
_$this.selectionColor,
_$this.selectionHeightStyle,
_$this.selectionWidthStyle,
_$this.scrollPadding,
_$this.clipBehavior,
_$this.keyboardAppearance,
_$this.autocorrectionTextRectColor,
_$this.cursorOpacityAnimates,
_$this.outerContainer,
_$this.container,
_$this.hintTextStyle,
_$this.helperText,
_$this.icon,
_$this.floatingLabel,
_$this.floatingLabelHeight,
_$this.floatingLabelStyle,
_$this.animated,
_$this.modifiers,
];