MaterialTip constructor

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

Implementation

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