textCapitalization property
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.
See also:
- TextCapitalization, for a description of each capitalization behavior.
Implementation
final TextCapitalization textCapitalization;