right property - CssRect class - dart:html library (
original
) (
raw
)
description
num
getright
The x-coordinate of the right edge.
Implementation
num get right => left + width;