glowIntensity property

double glowIntensity
final

Intensity multiplier for the glow effect around the highlight.

Values between 0.0 and 2.0. Higher values create a more intense glow. Set to 0.0 to disable glow entirely.

Defaults to 1.0.

glowIntensity: 1.5  // 50% more intense glow

Implementation

final double glowIntensity;