MSizedBox.width constructor

const MSizedBox.width(
  1. double width
)

A fixed horizontal gap — the common case inside an MRow.

Implementation

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