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