Wrapping a Column with an expanded in a SingleChildScrollView throws an exception · Issue #18711 · flutter/flutter
Hi, lets take this simple App, it should have a Textfield and a Text always at the bottom of the screen: Widget build(BuildContext context) { return new Scaffold( appBar: new AppBar(), body: new Co...