SliverSizedBox constructor

const SliverSizedBox({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. Widget? child,
})

Implementation

const SliverSizedBox({super.key, this.height, this.width, this.child});