CustomJumpLine constructor

const CustomJumpLine({
  1. Key? key,
  2. int times = 1,
})

Implementation

const CustomJumpLine({super.key, this.times = 1});