resetRect method

RectProperties resetRect(
  1. DeviceType deviceType
)
inherited

Implementation

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