bottom property

  1. @override
num get bottom

The y-coordinate of the bottom edge.

Implementation

@override
num get bottom => top + height;