AppTooltip constructor

const AppTooltip({
  1. Key? key,
  2. required String message,
})

Implementation

const AppTooltip({super.key, required this.message});