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