Zoom constructor

Zoom({
  1. required double x,
  2. String? space,
})

Implementation

Zoom({required this.x, this.space});