ShrinkWrap constructor

ShrinkWrap({
  1. required Widget child,
  2. Key? key,
})

Implementation

ShrinkWrap({required this.child, super.key});