useAlt property

bool useAlt

Implementation

bool get useAlt => _useAlt;
void useAlt=(bool v)

Implementation

set useAlt(bool v) {
  Debug().info("Use AltLayout: $_useAlt -> $v");
  _useAlt = v;
  notifyListeners();
}