Link constructor

const Link({
  1. String href = '',
  2. String text = '',
})

Implementation

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