SizedBox.expand constructor

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

Implementation

const SizedBox.expand({this.child, super.key})
  : width = double.infinity,
    height = double.infinity;