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