MindMap class
Methods
-
addOnChangedListeners(dynamic value())
→ void
-
-
addOnDoubleTapListeners(dynamic value(IMindMapNode))
→ void
-
-
addOnMoveListeners(dynamic callback())
→ void
-
-
addOnRootNodeChangeListener(dynamic listener())
→ void
-
-
addOnSelectedNodeChangedListeners(dynamic callback())
→ void
-
-
addOnTapListeners(dynamic callback())
→ void
-
-
addOnZoomChangedListeners(dynamic value())
→ void
-
-
createElement()
→ StatefulElement
-
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createLink(String name)
→ ILink?
-
-
createNode(String name)
→ IMindMapNode?
-
-
createState()
→ State<StatefulWidget>
-
Creates the mutable state for this widget at a given location in the tree.
override
-
createTheme(String name)
→ IMindMapTheme?
-
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
fromJson(Map<String, dynamic> json)
→ void
-
-
getBackgroundColor()
→ Color
-
-
getCanMove()
→ bool
-
-
getData()
→ Map<String, dynamic>
-
-
getLinkAdapter()
→ List<ILinkAdapter>
-
-
getMoveOffset()
→ Offset
-
-
getNodeAdapter()
→ List<INodeAdapter>
-
-
getOffset()
→ Offset?
-
-
getReadOnly()
→ bool
-
-
getRecycleTitle()
→ String
-
-
getRenderObject()
→ RenderObject?
-
-
getRootNode()
→ IMindMapNode
-
-
getSelectedNode()
→ IMindMapNode?
-
-
getShowRecycle()
→ bool
-
-
getShowZoom()
→ bool
-
-
getSize()
→ Size?
-
-
getTheme()
→ IMindMapTheme?
-
-
getThemeAdapter()
→ List<IThemeAdapter>
-
-
getZoom()
→ double
-
-
hasTextField()
→ bool
-
-
loadData(Map<String, dynamic> json)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notifySelectedNodeChanged()
→ void
-
-
onChanged()
→ void
-
-
onDoubleTap(IMindMapNode node)
→ void
-
-
onMove()
→ void
-
-
onRootNodeChanged()
→ void
-
-
onTap()
→ void
-
-
refresh()
→ void
-
-
registerLinkAdapter(ILinkAdapter value)
→ void
-
-
registerNodeAdapter(INodeAdapter value)
→ void
-
-
registerThemeAdapter(IThemeAdapter value)
→ void
-
-
removeOnChangedListeners(dynamic value())
→ void
-
-
removeOnDoubleTapListeners(dynamic value(IMindMapNode))
→ void
-
-
removeOnMoveListeners(dynamic callback())
→ void
-
-
removeOnRootNodeChangeListener(dynamic listener())
→ void
-
-
removeOnSelectedNodeChangedListeners(dynamic callback())
→ void
-
-
removeOnTapListeners(dynamic callback())
→ void
-
-
removeOnZoomChangedListeners(dynamic value())
→ void
-
-
setBackgroundColor(Color color)
→ void
-
-
setCanMove(bool value)
→ void
-
-
setHasTextField(bool value)
→ void
-
-
setMoveOffset(Offset value)
→ void
-
-
setOffset(Offset? value)
→ void
-
-
setReadOnly(bool value)
→ void
-
-
setRecycleTitle(String value)
→ void
-
-
setRootNode(IMindMapNode rootNode)
→ void
-
-
setSelectedNode(IMindMapNode? node)
→ void
-
-
setShowRecycle(bool value)
→ void
-
-
setShowZoom(bool value)
→ void
-
-
setSize(Size? value)
→ void
-
-
setTheme(IMindMapTheme? value)
→ void
-
-
setZoom(double value)
→ void
-
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort()
→ String
-
A short, textual description of this widget.
inherited