UITooltipMessage constructor

UITooltipMessage({
  1. String? title,
})

Implementation

UITooltipMessage({
  this.title,
});