Creates a text style.
Source
const TextStyle({
this.inherit: true,
this.color,
this.fontFamily,
this.fontSize,
this.fontWeight,
this.fontStyle,
this.letterSpacing,
this.wordSpacing,
this.textBaseline,
this.height,
this.decoration,
this.decorationColor,
this.decorationStyle
});