elementDimension property
PDimension
get
elementDimension
The dimension of the visual element of this canvas.
- If pixelRatio is > 1 it will habe a different dimension than dimension.
Implementation
PDimension get elementDimension => PDimension(elementWidth, elementHeight);