RootDesign constructor
const
RootDesign({
- String name = 'root',
- FlintTheme? theme,
- FlintThemeProvider? themeProvider,
- DartStyle? root,
- DartStyle? html,
- DartStyle? body,
- DartStyle? all,
- DartStyle? links,
- Map<
String, DartStyle> selectors = const {}, - List<
StyleKeyframes> keyframes = const [],
Creates a global root design.
Implementation
const RootDesign({
this.name = 'root',
this.theme,
this.themeProvider,
this.root,
this.html,
this.body,
this.all,
this.links,
this.selectors = const {},
this.keyframes = const [],
});