SizedBox.expand constructor
const
SizedBox.expand({
- Widget? child,
expand API.
Implementation
const SizedBox.expand({this.child})
: width = double.infinity,
height = double.infinity;
expand API.
const SizedBox.expand({this.child})
: width = double.infinity,
height = double.infinity;