MacosTooltipThemeData constructor

const MacosTooltipThemeData({
  1. double? height,
  2. double? verticalOffset,
  3. EdgeInsetsGeometry? padding,
  4. EdgeInsetsGeometry? margin,
  5. bool? preferBelow,
  6. Decoration? decoration,
  7. Duration? showDuration,
  8. Duration? waitDuration,
  9. TextStyle? textStyle,
})

A style that overrides the default appearance of MacosTooltips when it's used with MacosTooltipTheme or with the overall MacosTheme's MacosThemeData.tooltipTheme.

See also:

Implementation

const MacosTooltipThemeData({
  this.height,
  this.verticalOffset,
  this.padding,
  this.margin,
  this.preferBelow,
  this.decoration,
  this.showDuration,
  this.waitDuration,
  this.textStyle,
});