availablePresets property

List<String> get availablePresets

Gets the names of available predefined configurations

Implementation

static List<String> get availablePresets =>
    presetConfigurations.keys.toList();