EasyLink constructor

const EasyLink(
  1. String title,
  2. String link, {
  3. Key? key,
})

链接

Implementation

const EasyLink(this.title, this.link, {Key? key}) : super(key: key);