top property - MutableRectangle class - dart:math library (original) (raw)

description

Ttop

getter/setter pair

The y-coordinate of the left edge.

Setting the value will move the rectangle without changing its height.

Implementation

T top;