Callout constructor

Callout({
  1. TextWithTooltip? fullMessage,
  2. String? styleHint,
})

Implementation

Callout({
  this.fullMessage,
  this.styleHint,
});