menu
superdeck package
documentation
helpers/config.dart
SDConfig
fromYaml static method
fromYaml static method
dark_mode
light_mode
fromYaml
static method
SDConfig
fromYaml
(
String
yaml
)
Implementation
static SDConfig fromYaml(String yaml) => fromMap(converYamlToMap(yaml));
superdeck package
documentation
helpers/config
SDConfig
fromYaml static method
SDConfig class