menu
canvas_editor_flutter package
documentation
extensions.dart
EditorInteractionPolicy
showTransformChrome method
showTransformChrome method
dark_mode
light_mode
showTransformChrome
method
bool
showTransformChrome
(
Node
node
)
Implementation
bool showTransformChrome(Node node) { return showTransformChromeNode?.call(node) ?? true; }
canvas_editor_flutter package
documentation
extensions
EditorInteractionPolicy
showTransformChrome method
EditorInteractionPolicy class