RSizedBox.vertical constructor

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

Implementation

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