const RSizedBox({ Key? key, double? height, double? width, Widget? child, }) : _square = false, super(key: key, child: child, width: width, height: height);