NestedBackButtonPainter constructor

NestedBackButtonPainter({
  1. int nestingLevel = 1,
  2. double animationStep = 1.0,
  3. Color? color,
  4. double strokeWidth = 2,
})

Implementation

NestedBackButtonPainter({
  this.nestingLevel = 1,
  this.animationStep = 1.0,
  this.color,
  this.strokeWidth = 2,
});