props property

List<Object?> props

Implementation

List<Object?> get props => [
      backgroundImageId,
      useProfilePhotoAsBackground,
      beginGradientPosition,
      endGradientPosition,
      shadow,
      decorationColors,
      borderRadius,
      border,
      padding,
      margin,
    ];