Configuration constructor
const
Configuration({})
Implementation
const Configuration({
this.light = const Iterable<ElementaryBase<dynamic>>.empty(),
this.dark = const Iterable<ElementaryBase<dynamic>>.empty(),
});