glowRadiusFactor property

double glowRadiusFactor
final

The factor that determines how far out the glow expands.

For circle shapes: percentage of the radius. For rectangle shapes: percentage of half the width and half the height.

For example, 0.3 means the glow expands 30% of the radius (circle) or 30% of half-width/half-height (rectangle).

Implementation

final double glowRadiusFactor;