JsonTooltipBuilder constructor

JsonTooltipBuilder({
  1. Decoration? decoration,
  2. bool? enableFeedback,
  3. bool? excludeFromSemantics,
  4. double? height,
  5. EdgeInsetsGeometry? margin,
  6. required String message,
  7. EdgeInsetsGeometry? padding,
  8. bool? preferBelow,
  9. InlineSpan? richMessage,
  10. Duration? showDuration,
  11. TextStyle? textStyle,
  12. TooltipTriggerMode? triggerMode,
  13. double? verticalOffset,
  14. Duration? waitDuration,
})

Implementation

JsonTooltipBuilder({
  this.decoration,
  this.enableFeedback,
  this.excludeFromSemantics,
  this.height,
  this.margin,
  required this.message,
  this.padding,
  this.preferBelow,
  this.richMessage,
  this.showDuration,
  this.textStyle,
  this.triggerMode,
  this.verticalOffset,
  this.waitDuration,
}) : super(numSupportedChildren: kNumSupportedChildren);