TooltipVisibility constructor Null safety
Creates a widget that configures the visibility of Tooltip.
Both arguments must not be null.
Implementation
const TooltipVisibility({
super.key,
required this.visible,
required this.child,
});
Creates a widget that configures the visibility of Tooltip.
Both arguments must not be null.
const TooltipVisibility({
super.key,
required this.visible,
required this.child,
});