CKTooltipWidgetV3 constructor
const
CKTooltipWidgetV3({
- Key? key,
- required String text,
- double? tooltipMaxWidth = 250,
- required CKToolTipPositionV3 position,
- required double targetWidth,
- bool? showClose = false,
- VoidCallback? onCloseClick,
- List<
CKTooltipModalV3> ? list, - ValueChanged<
int> ? onItemClick, - bool needPositioningAngle = false,
- Offset? targetOffset,
- Size? targetSize,
- Offset? selfOffset,
- Size? selfSize,
- Offset? offset,
- InlineSpan? richContent,
- Widget? bottomWidget,
- Color? bgColor,
- EdgeInsets? insets,
Implementation
const CKTooltipWidgetV3({
super.key,
required this.text,
this.tooltipMaxWidth = 250,
required this.position,
required this.targetWidth,
this.showClose = false,
this.onCloseClick,
this.list,
this.onItemClick,
this.needPositioningAngle = false,
this.targetOffset,
this.targetSize,
this.selfOffset,
this.selfSize,
this.offset,
this.richContent,
this.bottomWidget,
this.bgColor,
this.insets,
});