ZetaTooltip constructor
- Key? key,
- bool? rounded,
- required Widget child,
- EdgeInsets? padding,
- Color? color,
- TextStyle? textStyle,
- ZetaTooltipArrowDirection arrowDirection = ZetaTooltipArrowDirection.down,
- double? maxWidth,
Constructor for ZetaTooltip.
Implementation
const ZetaTooltip({
super.key,
super.rounded,
required this.child,
this.padding,
this.color,
this.textStyle,
this.arrowDirection = ZetaTooltipArrowDirection.down,
this.maxWidth,
});