Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScottS2017/457749390a7927142f6a4032983c2424 to your computer and use it in GitHub Desktop.
Save ScottS2017/457749390a7927142f6a4032983c2424 to your computer and use it in GitHub Desktop.
final Widget box_constraints_forces_an_infinite_height_or_width =
Column(
children: <Widget>[
Container(
height: double.infinity,
),
],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment