InitEditorConfigHandler typedef

InitEditorConfigHandler = EditorConfig? Function(ExtendedImageState? state)

Init GestureConfig when image is ready.

Implementation

typedef InitEditorConfigHandler = EditorConfig? Function(
    ExtendedImageState? state);