DefaultBackgroundLineStyle constant

VMobjectStyle const DefaultBackgroundLineStyle

Implementation

static const VMobjectStyle DefaultBackgroundLineStyle = VMobjectStyle(
    strokeWidth: 1,
    strokeColors: [BLUE_D],
    fillColors: [],
    backgroundStrokeColors: [],
    backgroundStrokeWidth: 0);