tipWidget property

Widget? get tipWidget

Implementation

Widget? get tipWidget {
  _checkDisposed();
  return _tipWidget;
}