Zoom constructor Null safety

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

Implementation

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