BackIconPainter constructor
Creates a BackIconPainter.
Implementation
BackIconPainter({required this.color, required super.strokeWidth}) {
paintObject.color = color;
}
Creates a BackIconPainter.
BackIconPainter({required this.color, required super.strokeWidth}) {
paintObject.color = color;
}