props property

  1. @override
List<Object?> get props
override

The properties based on which equality and hash code are computed.

Implementation

@override
List<Object?> get props => [
  $text,
  $hintText,
  $textAlign,
  $cursorWidth,
  $cursorHeight,
  $cursorRadius,
  $cursorColor,
  $selectionHeightStyle,
  $selectionWidthStyle,
  $scrollPadding,
  $keyboardAppearance,
  $cursorOpacityAnimates,
  $container,
  $spacing,
  $crossAxisAlignment,
  $layout,
  $helperText,
  $label,
  $containerEffects,
  $animation,
  $modifier,
  $variants,
];