BlockQuotePainter constructor

BlockQuotePainter(
  1. Color color,
  2. TextDirection direction,
  3. double width
)

Implementation

BlockQuotePainter(this.color, this.direction, this.width);