IndentPainter constructor

IndentPainter(
  1. Color color,
  2. TextDirection direction
)

Implementation

IndentPainter(this.color, this.direction);