TextShape constructor

TextShape(
  1. double _width,
  2. String _header,
  3. TextStyle _headerStyle,
  4. double textBoxHeight,
)

Implementation

TextShape(this._width, this._header, this._headerStyle, this.textBoxHeight);