TextStyleHtml constructor
- {@required Iterable deps,
 - double height,
 - int maxLines,
 - TextStyleHtml parent,
 - TextStyle style,
 - TextAlign textAlign,
 - TextDirection textDirection,
 - TextOverflow textOverflow}
 
Creates a text style.
Implementation
TextStyleHtml({
  @required Iterable deps,
  this.height,
  this.maxLines,
  this.parent,
  this.style,
  this.textAlign,
  this.textDirection,
  this.textOverflow,
}) : _deps = deps;