Rect divide(Size size) => Rect.fromLTRB( left / size.width, top / size.height, right / size.width, bottom / size.height, );