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