textCapitalization property
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.sentences. Must not be null
.
Implementation
final TextCapitalization textCapitalization;