RSliverSizedBox.horizontal constructor

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

horizontal space (rare in slivers but kept for parity)

Implementation

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