TooltipTheme constructor

const TooltipTheme({
  1. double? surfaceOpacity,
  2. double? surfaceBlur,
  3. EdgeInsetsGeometry? padding,
  4. Color? backgroundColor,
  5. BorderRadiusGeometry? borderRadius,
})

Creates a TooltipTheme.

Implementation

const TooltipTheme({
  this.surfaceOpacity,
  this.surfaceBlur,
  this.padding,
  this.backgroundColor,
  this.borderRadius,
});