setStyleFromVMobjectStyle method
Implementation
void setStyleFromVMobjectStyle(VMobjectStyle style, {bool family = true}) {
return setStyle(
fillColors: style.fillColors,
strokeColors: style.strokeColors,
strokeWidth: style.strokeWidth,
backgroundStrokeColors: style.backgroundStrokeColors,
backgroundStrokeWidth: style.backgroundStrokeWidth,
family: family);
}