rashi-simform
rashi-simform
Hello @Linkadi98 , size provided by you to the `Showcase.withWidget`, inside your `customToolTip` Widget, is bigger than the actual size of the tooltip. To solve this issue you can follow...
Hello @mehrdad1990, I have tried reproducing your issue in the example app provided in this package's code with flutter 3.22 and 3.16 and have failed to face such as issue....
@mehrdad1990, the issue you have mentioned is talking about findRenderObject and it is present in 2.0.3 as well so it's not the cause of your problem. Also rootRenderObject is new...
Hello @junior-ramayo, I have updated the name of `titleAlignment` that you have used to `titleTextAlign` and added two new parameters, `titleAlignment` and `descriptionAlignment` that would achieve what you desire. You...
Hello everyone, could you please share more details if possible or a minimal reproducible code so we can investigate it further?