bottomLeft property
IntOffset
get
bottomLeft
The bottom-left corner of the rectangle.
Implementation
IntOffset get bottomLeft => IntOffset(left, bottom);
The bottom-left corner of the rectangle.
IntOffset get bottomLeft => IntOffset(left, bottom);