hintTextDirection property

TextDirection? hintTextDirection
final

The direction to use for the hintText.

If null, defaults to a value derived from Directionality for the input field and the current context.

Implementation

final TextDirection? hintTextDirection;