BsTooltip constructor
const
BsTooltip({})
Creates a Bootstrap tooltip.
Implementation
const BsTooltip({
super.key,
required this.message,
required this.child,
this.placement = BsPlacement.top,
this.disabled = false,
this.variant,
this.color,
});