RSizedBox.vertical constructor

const RSizedBox.vertical(
  1. double? height, {
  2. Key? key,
  3. Widget? child,
})

Implementation

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