GeceGibi / marqueer

Marquee package for flutter
MIT License
9 stars 2 forks source link

'Widget?' is nullable and 'Widget' isn't. #5

Closed jonlpqo closed 1 year ago

jonlpqo commented 1 year ago

../../.pub-cache/hosted/pub.dartlang.org/marqueer-1.3.1/lib/marqueer.dart:351:20: Error: The argument type 'Widget? Function(dynamic, int)' can't be assigned to the parameter type 'Widget Function(BuildContext, int)' because 'Widget?' is nullable and 'Widget' isn't.

vaibhiarora03 commented 1 year ago

Hi @jonlpqo . Have you found any solution for this?