props property

  1. @override
List<Object?> get props

Implementation

@override
get props => [
      topLeft,
      topRight,
      bottomLeft,
      bottomRight,
      topStart,
      topEnd,
      bottomStart,
      bottomEnd,
    ];