size property

  1. @RequiredSizeConverter()
Size size
final

The size of the marker in logical pixels.

For most shapes, this represents the width and height dimensions. Use Size.square for symmetric shapes where width equals height.

Implementation

@RequiredSizeConverter()
final Size size;