EditView constructor
const
EditView({
- Key? key,
- ValueChanged? valueChanged,
- VoidCallback? skipBtnCall,
Implementation
const EditView({super.key, this.valueChanged, this.skipBtnCall});