RSliverSizedBox.vertical constructor

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

vertical space

Implementation

const RSliverSizedBox.vertical(
  double this.height, {
  super.key,
  this.child,
}) : width = null;