blurDegree property

  1. @JsonKey(name: 'blur_degree')
BackgroundBlurDegree? blurDegree
final

The degree of blurring applied to the custom background image. This parameter takes effect only when the type of the custom background image is backgroundBlur.

Implementation

@JsonKey(name: 'blur_degree')
final BackgroundBlurDegree? blurDegree;