TooltipTheme constructor
const
TooltipTheme({
- double? surfaceOpacity,
- double? surfaceBlur,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
Creates a TooltipTheme.
Implementation
const TooltipTheme({
this.surfaceOpacity,
this.surfaceBlur,
this.padding,
this.backgroundColor,
this.borderRadius,
});