paintEditorBodyItem property

Widget? paintEditorBodyItem
final

Add a custom widget at a specific position in the body. For example, you can use the Position widget to place a container:

Position(
  left: 0,
  right: 0,
  child: Container(),
)

Implementation

final Widget? paintEditorBodyItem;