SizedBoxShrink constructor Null safety

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

Implementation

const factory SizedBoxShrink({final Key? key, final Widget? child}) =
    _$SizedBoxShrink;