PreviewDescription constructor

PreviewDescription(
  1. String? _description,
  2. TextStyle? _textStyle,
  3. int? _descriptionLines
)

Implementation

PreviewDescription(
    this._description, this._textStyle, this._descriptionLines);