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