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