textCapitalization property

TextCapitalization textCapitalization
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:

Implementation

final TextCapitalization textCapitalization;