SlideVerifyView constructor

const SlideVerifyView({
  1. Key? key,
  2. int width = 300,
})

Implementation

const SlideVerifyView({Key? key, this.width = 300}) : super(key: key);