The size this render box should attempt to be.
Size get requestedSize => _requestedSize;
set requestedSize (Size value) { assert(value != null); if (_requestedSize == value) return; _requestedSize = value; markNeedsLayout(); }