ScenarioLayout.fixedH constructor

const ScenarioLayout.fixedH(
  1. double width, {
  2. ScenarioLayoutSizing crossAxisLayout = const ScenarioLayoutCompressed(),
})

Implementation

const ScenarioLayout.fixedH(
  double width, {
  ScenarioLayoutSizing crossAxisLayout = const ScenarioLayoutCompressed(),
})  : _dh = width,
      _dv = null,
      _h = null,
      _v = crossAxisLayout;