NodeTooltipTheme<T> constructor
const
NodeTooltipTheme<T> ({
- bool useTooltip = false,
- TooltipPosition position = TooltipPosition.top,
- EdgeInsetsGeometry? margin,
- double verticalOffset = 20.0,
- Duration? waitDuration,
- String? message,
- TextStyle? textStyle,
- InlineSpan? richMessage,
- InlineSpan? richMessageResolver(
- Node<
T> node
- Node<
- Color? backgroundColor,
- List<
BoxShadow> ? boxShadow,
Creates a NodeTooltipTheme
Implementation
const NodeTooltipTheme({
this.useTooltip = false,
this.position = TooltipPosition.top,
this.margin,
this.verticalOffset = 20.0,
this.waitDuration,
this.message,
this.textStyle,
this.richMessage,
this.richMessageResolver,
this.backgroundColor,
this.boxShadow,
});