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