Link constructor

Link({
  1. String href = '',
  2. String? text,
  3. String? type,
})

Construct a new Link object.

Implementation

Link({this.href = '', this.text, this.type});