setScreenDestinationRect method

void setScreenDestinationRect(
  1. Rect value
)

Implementation

void setScreenDestinationRect(Rect value) {
  _screenDestinationRect = value;
}