boxSize property

double? boxSize
final

The size of the gradient box where the icon is applied. In order for the gradient to be applied to the entire icon, the value must be greater than sizeIcon.

The default value is 80 logical pixels.

Implementation

final double? boxSize;