NestedBackButton constructor
const
NestedBackButton({})
Creates a NestedBackButton.
Implementation
const NestedBackButton({
super.key,
this.size = 24,
this.nestingLevel = 1,
this.onTap,
this.color,
this.strokeWidth = 2,
this.animationDuration = const Duration(milliseconds: 200),
});