menu
arcane package
documentation
generated/arcane_shadcn/src/components/form/input_otp.dart
CharacterInputOTPChild
lowerToUpper static method
lowerToUpper static method
dark_mode
light_mode
lowerToUpper
static method
int
lowerToUpper
(
int
codepoint
)
Implementation
static int lowerToUpper(int codepoint) => isAlphabetLower(codepoint) ? codepoint - 32 : codepoint;
arcane package
documentation
generated/arcane_shadcn/src/components/form/input_otp
CharacterInputOTPChild
lowerToUpper static method
CharacterInputOTPChild class