VMobjectStyle constructor
const
VMobjectStyle({})
Implementation
const VMobjectStyle({
required this.fillColors,
required this.strokeColors,
required this.strokeWidth,
required this.backgroundStrokeColors,
required this.backgroundStrokeWidth,
});