Tooltip constructor

Tooltip(
  1. String? imageUrl, {
  2. String? label,
})

Implementation

Tooltip(this.imageUrl, {this.label});