ZoomableController constructor

ZoomableController({
  1. Matrix4? matrix,
})

Creates a ZoomableController.

Implementation

ZoomableController({Matrix4? matrix})
    : _matrix = matrix ?? Matrix4.identity();