props property

  1. @override
List<Object?> get props

Implementation

@override
List<Object?> get props => [
      softWrap,
      overflow,
      strutStyle,
      textAlign,
      textScaleFactor,
      maxLines,
      textWidthBasis,
      textHeightBehavior,
      style,
      textDirection,
      directive,
      animated,
    ];