MSizedBox.height constructor
const
MSizedBox.height(
- double height
A fixed vertical gap — the common case inside an MColumn.
Implementation
const MSizedBox.height(double this.height)
: width = null,
child = null;