factory property
A factory for the shape in the UI. If this is not null, whenever the user drags on the UI, a shape from the factory is drawn.
Implementation
final ShapeFactory? factory;
A factory for the shape in the UI. If this is not null, whenever the user drags on the UI, a shape from the factory is drawn.
final ShapeFactory? factory;