I'm looking to implement a TextField on dialog that pop up with a keybaord like Tiktok's comments. When the keyboard is cancelled the dialog is hidden also. The following image illustrates exactly what I'm looking to achieve.
As you can see form the image, the comments appear on the equivalent's of fluter modalBottomSheet, now when one taps on comment textarea, a popup appears with a keyboard and a text editor that disappears as soon as tje keyboard cancelled. Now I'm looking for ways to show the same kind of a dialog with textEditor and a keyboard.
Initially I thought it was just another modalBottom sheet but my solution is far from the reality. this is what I have achieved, kindly see the image below: