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