calcMatrixFor method

Matrix4 calcMatrixFor(
  1. Offset position, {
  2. double? zoom,
})

Implementation

Matrix4 calcMatrixFor(Offset position, {double? zoom}) =>
    _state._calcMatrixFor(position, zoom: zoom ?? currentZoom);