FTooltipGroup constructor
const
FTooltipGroup({})
Creates a tooltip group.
Implementation
const FTooltipGroup({
required this.child,
this.style = const .context(),
this.activeDuration = const Duration(milliseconds: 300),
this.hover = true,
this.longPress = true,
super.key,
});