ZoomableController constructor
ZoomableController({
- Matrix4? matrix,
Creates a ZoomableController.
Implementation
ZoomableController({Matrix4? matrix})
: _matrix = matrix ?? Matrix4.identity();
Creates a ZoomableController.
ZoomableController({Matrix4? matrix})
: _matrix = matrix ?? Matrix4.identity();