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