resetRect method

RectProperties resetRect(
  1. DeviceType deviceType
)

Implementation

RectProperties resetRect(DeviceType deviceType) => getRectProperties.copyWith(
    rect: getRectProperties.rect.copyWithResettingRect(deviceType));