LinkGroupHeader constructor

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

Implementation

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