markdown_tooltip library

A tooltip supporting markdown and a delay to avoid clutter of tooltips.

Copyright (C) 2025, Togaware Pty Ltd

Licensed under the MIT License;

License: https://opensource.org/license/MIT

Authors: Graham Williams

Classes

MarkdownTooltip
A Tooltip supporting markdown with a default delay before being displayed.

Functions

wordWrap(String text, {int width = 60}) String
Word wrap text so that no line is beyond width characters.