Josh Burton
josh.app
Josh Burton
@josh.app
Flutter Developer, Coffee Addict, New Zealander
A bit of holiday baking today
December 24, 2024 at 1:39 AM
Flutter devs - is there a nicer way to fill the bottom scroll offset of a CustomScrollView (which uses BouncingScrollPhysics)?

I'm currently using a scrollController.offset to display a Container behind the scroll view sized to the height of the scroll.

It works, but is there a better way?
December 19, 2024 at 3:36 AM