useSharedTexture property

  1. @experimental
bool useSharedTexture
final

Whether to use a shared texture (RivePanel) to draw the artboard to.

Defaults to false. When set to true, it draws to nearest inherited widget of type RivePanel.

EXPERIMENTAL: This API may change or be removed in a future release.

Implementation

@experimental
final bool useSharedTexture;