strokeStyle property

PaintStyle strokeStyle

A stroke style for auxiliary lines.

Implementation

static PaintStyle get strokeStyle => PaintStyle(
      strokeColor: strokeColor,
      strokeWidth: 1,
    );