tooltip abstract method

Widget tooltip({
  1. String text,
  2. IconData? icon,
  3. ColorTones color,
})

Implementation

Widget tooltip({
  String text,
  IconData? icon,
  ColorTones color,
});