leaderSize property

Size? leaderSize
getter/setter pair

The total size of the content of the connected LeaderLayer.

Generally this should be set by the RenderObject that paints on the registered LeaderLayer (for instance a RenderLeaderLayer that shares this link with its followers). This size may be outdated before and during layout.

Implementation

Size? leaderSize;