ThemeData constructor
const
ThemeData({
- ColorScheme colors = const ColorScheme(),
- BorderTheme borders = const BorderTheme(),
- TextTheme text = const TextTheme(),
Implementation
const ThemeData({
this.colors = const ColorScheme(),
this.borders = const BorderTheme(),
this.text = const TextTheme(),
});