menu
fluent_editor package
documentation
fluent_document.dart
FluentDocument
getKeyForNode method
getKeyForNode method
dark_mode
light_mode
getKeyForNode
method
GlobalKey
<
State
<
StatefulWidget
>
>
getKeyForNode
(
String
nodeId
)
Implementation
GlobalKey getKeyForNode(String nodeId) { return _nodeKeys.putIfAbsent(nodeId, () => GlobalKey()); }
fluent_editor package
documentation
fluent_document
FluentDocument
getKeyForNode method
FluentDocument class