TextTheme constructor
const
TextTheme({})
Implementation
const TextTheme({
this.title = const Style(bold: true),
this.body = Style.none,
this.caption = const Style(dim: true),
this.code = Style.none,
});
const TextTheme({
this.title = const Style(bold: true),
this.body = Style.none,
this.caption = const Style(dim: true),
this.code = Style.none,
});