You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Controls have a tooltip property with already defined styles : color(black), bgcolor(white), font size, location relative to the Control and many more....
Personally, I will be glad to be able to customize these myself.
I propose the creation of a new class(a new control maybe) named Tooltip, that has all these properties.
Some Controls have a tooltip property with already defined styles : color(black), bgcolor(white), font size, location relative to the Control and many more....
Personally, I will be glad to be able to customize these myself.
I propose the creation of a new class(a new control maybe) named
Tooltip
, that has all these properties.Here is a link to Flutter's tooltip class -> https://api.flutter.dev/flutter/material/Tooltip-class.html
Let me know what you think.
The text was updated successfully, but these errors were encountered: