The MongolTextField is off center when empty and `maxLines` is `null`: <img width="56" alt="wrong cursor position" src="https://user-images.githubusercontent.com/10300220/217997536-57683a88-2543-47b6-a9f9-24d36bad56e8.png"> After adding content the size changes and the cursor seems to fix itself (though the padding appears to be too wide): <img width="71" alt="better" src="https://user-images.githubusercontent.com/10300220/217997652-3a3457ca-b355-499d-9d7c-8703cd325c0d.png"> This is observable in the example app.
The MongolTextField is off center when empty and
maxLinesisnull:After adding content the size changes and the cursor seems to fix itself (though the padding appears to be too wide):
This is observable in the example app.