textCapitalization property Null safety
final
Configures how the platform keyboard will select an uppercase or lowercase keyboard.
Only supports text keyboards, other keyboard types will ignore this configuration. Capitalization is locale-aware.
Defaults to TextCapitalization.none. Must not be null.
See also:
- TextCapitalization, for a description of each capitalization behavior.
Implementation
final TextCapitalization textCapitalization;