MSizedBox.height constructor

const MSizedBox.height(
  1. double height
)

A fixed vertical gap — the common case inside an MColumn.

Implementation

const MSizedBox.height(double this.height)
    : width = null,
      child = null;