From: Kevin Worth Date: Sun, 10 May 2020 20:34:41 +0000 (-0400) Subject: Add Expanded to fix the scrollable in a scrollable problem X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=581baa23cbbf8b13223a28491775746f2b3992ad;hp=581baa23cbbf8b13223a28491775746f2b3992ad;p=lmno.games Add Expanded to fix the scrollable in a scrollable problem Since the ListView can't be put into the Column widget, we instead add an Expanded widget and put the ListView in there. ---