RootDesign constructor
const
RootDesign({})
Creates a global root design.
Implementation
const RootDesign({
this.name = 'root',
this.theme,
this.root,
this.html,
this.body,
this.all,
this.links,
this.selectors = const {},
this.keyframes = const [],
});