TextWithTooltip constructor

TextWithTooltip({
  1. String? simpleTooltipValue,
  2. String? simpleValue,
  3. String? tooltipIconStyle,
})

Implementation

TextWithTooltip({
  this.simpleTooltipValue,
  this.simpleValue,
  this.tooltipIconStyle,
});