UITooltipSize constructor

UITooltipSize({
  1. int? width,
  2. int? height,
})

Implementation

UITooltipSize({
  this.width,
  this.height,
});