props property

  1. @override
List<Object?> get props

Implementation

@override
List<Object?> get props => [
      crossAxisAlignment,
      mainAxisAlignment,
      mainAxisSize,
      verticalDirection,
      direction,
      textDirection,
      textBaseline,
      clipBehavior,
      gap,
      animated,
    ];