ShapeSettings constructor
const
ShapeSettings({
- ShapeFactory<
ShapeDrawable> ? factory, - bool drawOnce = true,
- Paint? paint,
Creates a new instance of ShapeSettings with the given factory
.
Implementation
const ShapeSettings({
this.factory,
this.drawOnce = true,
this.paint,
});