Validate given widget is not null and returns given value if null.
Widget withTooltip({required String msg}) { return Tooltip(message: msg, child: this); }