xrb21 / flutter-html-editor

MIT License
82 stars 64 forks source link

Keyborad overlapping #22

Open Dhana2513 opened 4 years ago

Dhana2513 commented 4 years ago

image

keyborad overlapping input field

Matsuo32 commented 3 years ago

it just add reverse: true like below

SingleChildScrollView( reverse: true, ..... )