TooltipWidget constructor

const TooltipWidget({
  1. Key? key,
  2. String? text,
  3. BoxDecoration? decoration,
  4. TextStyle? textStyle,
})

Implementation

const TooltipWidget({Key? key, this.text, this.decoration, this.textStyle})
    : super(key: key);