M3ETooltip constructor
const
M3ETooltip({})
M3ETooltip.
Implementation
const M3ETooltip({
required this.child,
this.message,
this.richTitle,
this.richMessage,
this.actions = const <Widget>[],
super.key,
}) : assert(
message != null || richMessage != null,
'Provide a plain message or a rich message.',
);