NestedBackIconPainter constructor
NestedBackIconPainter({})
Creates a NestedBackIconPainter.
Implementation
NestedBackIconPainter({
required this.color,
required super.strokeWidth,
this.nestingLevel = 1,
this.animationStep = 1.0,
}) {
paintObject.color = color;
}