RSliverSizedBox.shrink constructor

const RSliverSizedBox.shrink({
  1. Key? key,
})

shrink

Implementation

const RSliverSizedBox.shrink({super.key})
    : height = 0,
      width = 0,
      child = null;