autoAttachMountNode property

bool autoAttachMountNode
final

Whether to automatically add mountNode to the document body when rendered, and remove it when unmounted.

Useful when manually managing the mount node isn't necessary.

Implementation

final bool autoAttachMountNode;