PreviewTitle constructor

PreviewTitle(
  1. String? _title,
  2. TextStyle? _titleStyle,
  3. int? _titleLines
)

Implementation

PreviewTitle(this._title, this._titleStyle, this._titleLines);