CharacterInputOTPChild constructor

const CharacterInputOTPChild({
  1. CodepointPredicate? predicate,
  2. CodepointUnaryOperator? transform,
  3. bool obscured = false,
  4. bool readOnly = false,
  5. TextInputType? keyboardType,
})

Implementation

const CharacterInputOTPChild({
  this.predicate,
  this.transform,
  this.obscured = false,
  this.readOnly = false,
  this.keyboardType,
});