QdsBalloonTooltipComponent constructor
const
QdsBalloonTooltipComponent({
- Key? key,
- required Widget child,
- required TooltipUiState uiState,
- bool isVisible = false,
- VoidCallback? onTooltipTap,
- Duration? visibleDuration,
- double? offset,
Implementation
const QdsBalloonTooltipComponent({
super.key,
required this.child,
required this.uiState,
this.isVisible = false,
this.onTooltipTap,
this.visibleDuration,
this.offset,
});