RSizedBox.shrink constructor

const RSizedBox.shrink({
  1. Key? key,
  2. Widget? child,
})

Implementation

const RSizedBox.shrink({super.key, super.child})
    : _square = false,
      super.shrink();