mode property

ScaleMode get mode

Current scaling mode.

Implementation

ScaleMode get mode {
  _assertInitialized();
  return _mode;
}