filterEditor property

GlobalKey<FilterEditorState> filterEditor
final

A GlobalKey for the Filter Editor, used to access and control the state of the filter editor.

Implementation

final filterEditor = GlobalKey<FilterEditorState>();