size property

  1. @override
double? size
final

The size of the dot in logical pixels.

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

@override
final double? size;