SimpleLink constructor

SimpleLink({
  1. String? href,
  2. String? iconClass,
  3. String? id,
  4. String? label,
  5. String? styleClass,
  6. String? title,
  7. int? weight,
})

Implementation

SimpleLink(
    {this.href,
    this.iconClass,
    this.id,
    this.label,
    this.styleClass,
    this.title,
    this.weight});