pointSize property
Size
get
pointSize
Implementation
ui.Size get pointSize {
final devicePixelRatio = this.devicePixelRatio ?? 1.0;
return ui.Size(width / devicePixelRatio, height / devicePixelRatio);
}