props property

  1. @override
List<Object?> props

Used for equality check, see EquatableMixin.

Implementation

@override
List<Object?> get props => [
      spots,
      show,
      color,
      gradient,
      barWidth,
      isCurved,
      curveSmoothness,
      preventCurveOverShooting,
      preventCurveOvershootingThreshold,
      isStrokeCapRound,
      isStrokeJoinRound,
      belowBarData,
      aboveBarData,
      dotData,
      showingIndicators,
      dashArray,
      shadow,
      isStepLineChart,
      lineChartStepData,
    ];