So I was trying to do it by adding ScrollController to the ListView and measuring sizes and offsets etc. .. it was continuously crashing :D Then I found out that we have this widget - Shadermask - and with a simple hack (adding as a last item SizedBox widget) it looks like it works quite well.
So I was trying to do it by adding ScrollController to the ListView and measuring sizes and offsets etc. .. it was continuously crashing :D Then I found out that we have this widget - Shadermask - and with a simple hack (adding as a last item SizedBox widget) it looks like it works quite well.
Fixes #79