IndentGuideLine constructor

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

Creates an IndentGuideLine with optional custom color.

Implementation

const IndentGuideLine({this.color});