sharpness property
The intensity level for the edge gradient fade effect in CardCarousel widgets.
This integer value determines how sharply the fade transitions from opaque to transparent at the carousel's edges. Values range from 1 (soft fade) to 12 (sharp fade), with clamping applied for out-of-range inputs. Higher sharpness creates a more defined boundary, improving visual cues for scrollable content.
Type: int Default: 9 (moderate fade) Usage: Set via ArcaneTheme.cardCarousel or directly in CardCarousel.sharpness.
Implementation
final int sharpness;