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