build method
Implementation
@override
Widget build(BuildContext context, InputOTPChildData data) {
  return _OTPCharacterInput(
    key: data._key,
    data: data,
    predicate: predicate,
    transform: transform,
    obscured: obscured,
    readOnly: readOnly,
    keyboardType: keyboardType,
  );
}