ZeroTooltip constructor
const
ZeroTooltip({
- Key? key,
- required Widget child,
- required String text,
- OnTooltipCreatedCallback? onCreated,
- ZeroTooltipPosition position = ZeroTooltipPosition.top,
- ZeroTooltipVariant variant = ZeroTooltipVariant.rectangle,
- Brightness? brightness,
- ZeroTooltipStyle? style,
Implementation
const ZeroTooltip({
super.key,
required this.child,
required this.text,
this.onCreated,
this.position = ZeroTooltipPosition.top,
this.variant = ZeroTooltipVariant.rectangle,
this.brightness,
this.style,
});