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