Button constructor

Button(
  1. String title,
  2. Link link
)

Implementation

Button(this.title, this.link);