size property

double? size

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

Defaults to the current IndicatorTheme size, if any. If there is no IndicatorTheme, or it does not specify an explicit size, then it defaults to own child size(0.0).

Implementation

double? get size;