GizmoScalar.bind constructor

const GizmoScalar.bind(
  1. String bind, {
  2. double scale = 1,
})

Binds to the property at dotted path bind, multiplied by scale.

Implementation

const GizmoScalar.bind(String this.bind, {this.scale = 1}) : value = null;