styles property

List<PaintStyle?>? styles
getter/setter pair

The stroke styles of crosshair lines for each dimension.

The dimension means which a crosshair line stands on.

If null a default [PaintStyle(strokeColor: Color(0xffbfbfbf)), PaintStyle(strokeColor: Color(0xffbfbfbf))] is set.

Implementation

List<PaintStyle?>? styles;