menu
vyuh_node_flow package
documentation
graph/node_flow_config.dart
NodeFlowConfig
isMinimapInteractive property
isMinimapInteractive property
dark_mode
light_mode
isMinimapInteractive
property
Observable
<
bool
>
isMinimapInteractive
final
Whether the minimap can be interacted with
Implementation
final isMinimapInteractive = Observable<bool>(true);
vyuh_node_flow package
documentation
graph/node_flow_config
NodeFlowConfig
isMinimapInteractive property
NodeFlowConfig class