@override List<Field> get fields { return [ DoubleSliderField( name: 'ratio', initialValue: 1, min: 0.25, max: 4, divisions: 4 * 4 - 1, ), ]; }