components method
Convert the _components passed to wildnessProperties.new
to the stored wildness.components map, where each entry's key consists of the kind type, theme resolved.
Implementation
Map<Type, WildnessBase<dynamic>> components({Brightness? brightness}) {
return _configurationToMap(
brightness: brightness,
configuration: _components,
);
}