TooltipRenderBox constructor

TooltipRenderBox(
  1. SfTooltipState _tooltipState,
  2. Animation<double> _tooltipAnimation,
  3. AnimationController _animationController, [
  4. RenderBox? child,
])

Creating an argument constructor of TooltipRenderBox class.

Implementation

TooltipRenderBox(
    this._tooltipState, this._tooltipAnimation, this._animationController,
    [RenderBox? child])
    : super(child);