wrapBody property

(Widget Function(ProImageEditorState editor, Stream rebuildStream, Widget content)?) wrapBody
final

This is helpful when you want to interact with the full body.

Implementation

final Widget Function(
  ProImageEditorState editor,
  Stream rebuildStream,
  Widget content,
)? wrapBody;