ThemeData constructor
const
ThemeData({})
Implementation
const ThemeData({
this.primaryColor,
this.secondaryColor,
this.backgroundColor,
this.surfaceColor,
this.textColor,
this.disabledColor,
this.errorColor,
this.textStyle,
this.headingStyle,
this.borderStyle,
this.focusedBorderStyle,
});