IndentGuidePath constructor

const IndentGuidePath({
  1. Color? color,
})

Creates an IndentGuidePath with optional custom color.

Implementation

const IndentGuidePath({this.color});