JsonTooltipBuilderModel constructor

const JsonTooltipBuilderModel(
  1. Map<String, dynamic> args, {
  2. Decoration? decoration,
  3. bool? enableFeedback,
  4. bool enableTapToDismiss = true,
  5. bool? excludeFromSemantics,
  6. Duration? exitDuration,
  7. double? height,
  8. EdgeInsetsGeometry? margin,
  9. String? message,
  10. void onTriggered()?,
  11. EdgeInsetsGeometry? padding,
  12. bool? preferBelow,
  13. InlineSpan? richMessage,
  14. Duration? showDuration,
  15. TextAlign? textAlign,
  16. TextStyle? textStyle,
  17. TooltipTriggerMode? triggerMode,
  18. double? verticalOffset,
  19. Duration? waitDuration,
  20. JsonWidgetData? child,
})

Implementation

const JsonTooltipBuilderModel(
  super.args, {
  this.decoration,
  this.enableFeedback,
  this.enableTapToDismiss = true,
  this.excludeFromSemantics,
  this.exitDuration,
  this.height,
  this.margin,
  this.message,
  this.onTriggered,
  this.padding,
  this.preferBelow,
  this.richMessage,
  this.showDuration,
  this.textAlign,
  this.textStyle,
  this.triggerMode,
  this.verticalOffset,
  this.waitDuration,
  this.child,
});