ThemeData constructor
const
ThemeData({})
Creates a new ThemeData with the provided styles.
Implementation
const ThemeData({
this.primaryStyle = Style.empty,
this.backgroundStyle = Style.empty,
this.textStyle = Style.empty,
this.accentStyle = Style.empty,
this.warningStyle = Style.empty,
this.inputStyle = Style.empty,
this.focusStyle = Style.empty,
this.selectionStyle = Style.empty,
});