CanvasController class

Constructors

CanvasController({required ProgrammingBlocksProjectModel projectModel})

Properties

blocksBuffer Completer<ProgrammingBlockModel>?
getter/setter pair
currentCanvas ProgrammingBlocksDependencyCanvasModel
no getter
currentCanvasListenable ValueNotifier<ProgrammingBlocksDependencyCanvasModel>
final
currentSingleCanvas SingleCanvas?
getter/setter pair
functionsListListenable ValueNotifier<List<ProgrammingBlocksDependencyCanvasModel>>
final
hashCode int
The hash code for this object.
no setterinherited
projectModel ProgrammingBlocksProjectModel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft Offset
getter/setter pair

Methods

blockModelByFunctionUuid({required String functionUuid}) FunctionScopeBlockModel?
fixedPosition(Offset position) Offset
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshCanvasList() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited