ReliableCauliflower / flexible_scrollbar

A flexible solution for custom scroll bars
https://pub.dev/packages/flexible_scrollbar/example
Apache License 2.0
6 stars 7 forks source link

Fix Error when scrollLineBuilder is used #3

Open D-vipe opened 1 year ago

D-vipe commented 1 year ago

Fixed those places causing error due to assuming value is not null.

ReliableCauliflower commented 1 year ago

Can you please explain how exactly an error was reproduced and what was the wrong behavior? When a variable is assumed to be non-nullable at some point it's because it should probably be non-nullable.