InAppWebViewRect({ required this.x, required this.y, required this.width, required this.height, }) { assert(this.width >= 0 && this.height >= 0); }