BertrandBev / code_field

A customizable code text field supporting syntax highlighting

Home Page:https://bertrandbev.github.io/code_field/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why the padding of top is changed when there's multiple line?

hythl0day opened this issue · comments

Before I press enter:
image

After I press enter:
image

It seems a bug from the flutter TextField itself. I tried flutter's own widget and it behaves the same.