DefaultTooltip constructor
const
DefaultTooltip({
- Key? key,
- required HintStep step,
- required HintTooltipContext ctx,
- String? title,
- String? description,
- bool showActions = true,
- HintTooltipLabels? labels,
Implementation
const DefaultTooltip({
super.key,
required this.step,
required this.ctx,
this.title,
this.description,
this.showActions = true,
this.labels,
});