EditView constructor

const EditView({
  1. Key? key,
  2. ValueChanged? valueChanged,
  3. VoidCallback? skipBtnCall,
})

Implementation

const EditView({super.key, this.valueChanged, this.skipBtnCall});