SizedBox.shrink constructor

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

Implementation

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