AtomicRichTooltip constructor
const
AtomicRichTooltip({
- Key? key,
- required Widget child,
- required InlineSpan message,
- String? plainTextMessage,
- Widget? richMessage,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- double? verticalOffset,
- bool preferBelow = true,
- bool excludeFromSemantics = false,
- Decoration? decoration,
- TextStyle? textStyle,
- TextAlign? textAlign,
- Duration? waitDuration,
- Duration? showDuration,
- TooltipTriggerMode? triggerMode,
- bool? enableTapToDismiss,
- bool? enableFeedback,
Implementation
const AtomicRichTooltip({
super.key,
required this.child,
required this.message,
this.plainTextMessage,
this.richMessage,
this.padding,
this.margin,
this.verticalOffset,
this.preferBelow = true,
this.excludeFromSemantics = false,
this.decoration,
this.textStyle,
this.textAlign,
this.waitDuration,
this.showDuration,
this.triggerMode,
this.enableTapToDismiss,
this.enableFeedback,
});