FleetSizedBox.shrink constructor

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

Corresponding constructor to SizedBox.shrink.

Implementation

FleetSizedBox.shrink({super.key, super.child});