setRect method
Implementation
RectProperties setRect(Rect rect, DeviceType deviceType) =>
getRectProperties.copyWith(
rect: getRectProperties.rect
.copyWithNewRectByDeviceType(deviceType, rect));
RectProperties setRect(Rect rect, DeviceType deviceType) =>
getRectProperties.copyWith(
rect: getRectProperties.rect
.copyWithNewRectByDeviceType(deviceType, rect));