props property

  1. @override
List<Object?> props
override

Used for equality check, see EquatableMixin.

Implementation

@override
List<Object?> get props => [
      x,
      label,
      color,
      strokeWidth,
      dashArray,
      image,
      sizedPicture,
      strokeCap,
    ];