TooltipVisibility constructor
Creates a widget that configures the visibility of Tooltip.
Implementation
const TooltipVisibility({super.key, required this.visible, required this.child});
Creates a widget that configures the visibility of Tooltip.
const TooltipVisibility({super.key, required this.visible, required this.child});