size property

double? size
final

The size of the logo in logical pixels.

The logo will be fit into a square this size.

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

Implementation

final double? size;