Zoom constructor

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

Implementation

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