getStyle method
Implementation
VMobjectStyle getStyle() {
return VMobjectStyle(
fillColors: getFillColors(),
strokeColors: getStrokeColors(),
strokeWidth: getStrokeWidth(),
backgroundStrokeColors: getStrokeColors(background: true),
backgroundStrokeWidth: getStrokeWidth(background: true),
);
}