menu
vyuh_node_flow package
documentation
connections/connection_label.dart
ConnectionLabel
updateText method
updateText method
dark_mode
light_mode
updateText
method
void
updateText
(
String
text
)
Updates the label text
Implementation
void updateText(String text) { runInAction(() { _text.value = text; }); }
vyuh_node_flow package
documentation
connections/connection_label
ConnectionLabel
updateText method
ConnectionLabel class