WalkContainer constructor

const WalkContainer({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. Widget? child,
  5. Duration? duration,
  6. BorderRadius? borderRadius,
  7. List<double>? steps,
  8. List<Color>? colors,
  9. double? thicken,
  10. Curve? curve,
  11. double? angle,
  12. bool? reverse,
  13. TileMode? tileMode,
  14. Alignment? alignment,
})

Implementation

const WalkContainer(
    {super.key,
    this.height,
    this.width,
    this.child,
    this.duration,
    this.borderRadius,
    this.steps,
    this.colors,
    this.thicken,
    this.curve,
    this.angle,
    this.reverse,
    this.tileMode,
    this.alignment});