bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.98k stars 465 forks source link

Support maxWidth in tooltip theme #1094

Closed klondikedragon closed 3 months ago

klondikedragon commented 4 months ago

While a concise tooltip is better than a very long tooltip, a very long tooltip that wraps into several lines in a reasonable width box is preferable to a long tooltip that fills the entire width of the screen.

The tooltip theme should provide control to limit the max width of a tooltip, wrapping text onto multiple lines as needed instead of expanding horizontally to fill all available space.

This is simple to implement. A PR will be submitted shortly.