@override Rect getGlobalAreaBounds() { if (_oldSize == null) { return Rect.zero; } return Rect.fromLTWH(0, 0, _oldSize!.width, _oldSize!.height); }