Current view rectangle.
If the controller is not ready(isReady), the property throws some exception.
Rect get viewRect => Rect.fromLTWH(-value.row0[3], -value.row1[3], _state!._lastViewSize!.width, _state!._lastViewSize!.height);