ScenarioLayout.fixed constructor

const ScenarioLayout.fixed(
  1. double width,
  2. double height
)

Implementation

const ScenarioLayout.fixed(double width, double height)
    : _dh = width,
      _dv = height,
      _h = null,
      _v = null;