skip to Main Content

Property 'context' cannot be accessed on 'OverlayState?' because it is potentially null: Flutter

I am making a Text Editor application in flutter and want to use- https://pub.dev/packages/flutter_quill But, when I try to build the project after adding the dependency, I get the following error- /D:/flutter_windows_2.10.5-stable/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_quill-6.3.2/lib/src/widgets/toolbar/quill_font_size_button.dart:113:41: Error: Property 'context' cannot be accessed on 'OverlayState?'…

VIEW QUESTION
Back To Top
Search