MyTooltip constructor

const MyTooltip(
  1. String message,
  2. Widget child, {
  3. Key? key,
})

Implementation

const MyTooltip(this.message, this.child, {Key? key}):super(key:key);