SizedBox.expand constructor Null safety
Creates a box that will become as large as its parent allows.
Implementation
const SizedBox.expand({ super.key, super.child })
: width = double.infinity,
height = double.infinity;
Creates a box that will become as large as its parent allows.
const SizedBox.expand({ super.key, super.child })
: width = double.infinity,
height = double.infinity;