sharpness property

int? sharpness
final

Optional override for the edge gradient fade intensity.

Specifies the sharpness of the fade effect at carousel boundaries. Higher values (1-12) produce crisper transitions, enhancing visibility of scrollable edges. If null, inherits from ArcaneTheme.of(context).cardCarousel.sharpness.

Type: int? (nullable) Usage: Set for instance-specific theming; omit for global theme application.

Implementation

final int? sharpness;