FastTooltip constructor
const
FastTooltip({})
Implementation
const FastTooltip({
super.key,
required this.message,
required this.child,
this.waitDuration = const Duration(seconds: 1),
this.margin = const EdgeInsets.only(top: 8),
this.preferBelow = true,
});