glowRadius property

double glowRadius
final

The radius of the glow effect relative to the layer's shortest side.

  • 1.0 (default): Glow radius equals the shortest dimension
  • 0.5: Half the shortest dimension
  • 2.0: Twice the shortest dimension

Larger values create a more diffuse, spread-out glow.

Defaults to 1.0.

Implementation

final double glowRadius;