BackIconPainter constructor

BackIconPainter({
  1. required Color color,
  2. required double strokeWidth,
})

Creates a BackIconPainter.

Implementation

BackIconPainter({required this.color, required super.strokeWidth}) {
  paintObject.color = color;
}