CharacterInputOTPChild class
- Inheritance
- 
    - Object
- InputOTPChild
- CharacterInputOTPChild
 
Constructors
- CharacterInputOTPChild({CodepointPredicate? predicate, CodepointUnaryOperator? transform, bool obscured = false, bool readOnly = false, TextInputType? keyboardType})
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- hasValue → bool
- 
  
  no setteroverride
- keyboardType → TextInputType?
- 
  
  final
- obscured → bool
- 
  
  final
- predicate → CodepointPredicate?
- 
  
  final
- readOnly → bool
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- transform → CodepointUnaryOperator?
- 
  
  final
Methods
- 
  build(BuildContext context, InputOTPChildData data) → Widget 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  isAlphabetLower(int codepoint) → bool 
- 
  isAlphabetUpper(int codepoint) → bool 
- 
  isDigit(int codepoint) → bool 
- 
  lowerToUpper(int codepoint) → int 
- 
  upperToLower(int codepoint) → int