Closed pishguy closed 5 years ago
when i add body to Scaffold, after opening bottom bar with TextField inside expandable-bottom-bar, and click on text field, that cause of scrolling body content, how can i resolve that?
Scaffold
expandable-bottom-bar
body
for example
child: Scaffold( resizeToAvoidBottomPadding: true, backgroundColor: Theme.of(context).canvasColor, extendBody: true, body: Stack(children: <Widget>[Center(child: Text('aaaaa'))]),
How did you solve this?
when i add body to
Scaffold
, after opening bottom bar with TextField insideexpandable-bottom-bar
, and click on text field, that cause of scrollingbody
content, how can i resolve that?for example