size property

double? size
final

The size of the icon in logical pixels.

Icons occupy a square with width and height equal to size.

Defaults to the current ThemeData.iconTheme size, if any. If there is no ThemeData.iconTheme, or it does not specify an explicit size, then it defaults to 22.0.

Implementation

final double? size;