Zoom.fromString constructor

Zoom.fromString({
  1. required String x,
})

Implementation

factory Zoom.fromString({required String x}) => Zoom(x: double.parse(x));