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