Dart Documentationsystem_proto2dDrawComponentType

DrawComponentType class

class DrawComponentType {
 final ComponentType ct;
 final DrawCanvas draw;
 DrawComponentType(this.ct, this.draw);
}

Constructors

new DrawComponentType(ComponentType ct, DrawCanvas draw) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
DrawComponentType(this.ct, this.draw);

Properties

final ComponentType ct #

final ComponentType ct

final DrawCanvas draw #

final DrawCanvas draw