CustomTooltip constructor

const CustomTooltip({
  1. Key? key,
})

Implementation

const CustomTooltip({Key? key}) : super(key: key);