focusX property

num get focusX

Gets or sets the relative X position of the "center" point, the focus.

Implementation

_i2.num get focusX => _i4.getProperty(
      this,
      'focusX',
    );
set focusX (num value)

Implementation

set focusX(_i2.num value) {
  _i4.setProperty(
    this,
    'focusX',
    value,
  );
}