@override List<Field> get fields => [ DoubleSliderField( name: 'zoom', initialValue: initialZoom, min: 0.5, max: 3.0, divisions: 25, ), ];