QuillTextLink constructor

QuillTextLink(
  1. String text,
  2. String? link
)

Implementation

QuillTextLink(
  this.text,
  this.link,
);