topCenter property
The offset to the center of the top edge of this rectangle.
See also Size.topCenter.
Implementation
Offset get topCenter => new Offset(left + width / 2.0, top);
The offset to the center of the top edge of this rectangle.
See also Size.topCenter.
Offset get topCenter => new Offset(left + width / 2.0, top);