props property

List<Object?> props

Implementation

List<Object?> get props => [
      color,
      offsetDX,
      offsetDY,
      spreadRadius,
      blurRadius,
    ];