OtpShadInput constructor

const OtpShadInput({
  1. Key? key,
  2. required FocusNode focusNode,
  3. void onChanged(
    1. String value
    )?,
})

Implementation

const OtpShadInput({super.key, required this.focusNode, this.onChanged});