SizedBox.shrink constructor

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

Implementation

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