GNToolTip constructor
      const
      GNToolTip({})
     
    
    
Implementation
const GNToolTip({
  super.key,
  required this.child,
  required this.content,
  this.arrowLength,
  this.arrowTipRadius,
  this.arrowBaseWidth,
  this.backgroundColor,
});