CKTooltipV3 constructor
const
CKTooltipV3({
- Key? key,
- required Widget child,
- required CKToolTipPositionV3 position,
- required String tooltipText,
- bool? showClose,
- VoidCallback? onCloseClick,
- bool? clickMaskDismiss = true,
- Duration? autoHiddenDuration,
- bool? usePenetrate = false,
- bool? needClick = false,
- VoidCallback? onChildClick,
- Offset? offset,
- List<
CKTooltipModalV3> ? list, - double? maxWidth,
- ValueChanged<
int> ? onItemClick, - VoidCallback? onDismiss,
- bool? useAnimation = false,
- InlineSpan? richContent,
- bool? needPositioningAngle,
- Color? bgColor,
- EdgeInsets? insets,
Implementation
const CKTooltipV3({
super.key,
required this.child,
required this.position,
required this.tooltipText,
this.showClose,
this.onCloseClick,
this.clickMaskDismiss = true,
this.autoHiddenDuration,
this.usePenetrate = false,
this.needClick = false,
this.onChildClick,
this.offset,
this.list,
this.maxWidth,
this.onItemClick,
this.onDismiss,
this.useAnimation = false,
this.richContent,
this.needPositioningAngle,
this.bgColor,
this.insets,
});