ComponentWidgetsPolicy mixin
Allows you to add any widget to a component.
- Mixin applications
Properties
- canvasReader ↔ CanvasReader
-
Allows you to read all data from diagram/canvas model.
getter/setter pairinherited
- canvasWriter ↔ CanvasWriter
-
Allows you to change diagram/canvas model data.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initializePolicy(
CanvasReader canvasReader, CanvasWriter canvasWriter) → void -
Initialize policy in DiagramEditorContext.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showCustomWidgetWithComponentData(
BuildContext context, ComponentData componentData) → Widget - Allows you to add any widget to a component.
-
showCustomWidgetWithComponentDataOver(
BuildContext context, ComponentData componentData) → Widget - Allows you to add any widget to a component.
-
showCustomWidgetWithComponentDataUnder(
BuildContext context, ComponentData componentData) → Widget - Allows you to add any widget to a component.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited