LimitedBox({ this.maxWidth = double.infinity, this.maxHeight = double.infinity, super.child, }) : assert(maxWidth >= 0.0), assert(maxHeight >= 0.0);