SizedBox.expand constructor

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

Implementation

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