Making a custom dialog box usinng tooltip widget in flutter

102 Views Asked by At

I want to make a certain dialog box that looks something like this: enter image description here

I have tried using simple dialog box but I don't think it was much customisable. So I am guessing the tooltip widget might come in handy since it slightly serves the same purpose that is to point to my more information widget(the 3 dots). Can I mix match it with a dilog box to create something similar? If any further information is required please let me know.

0

There are 0 best solutions below