hintTextDirection property
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;
The direction to use for the hintText.
If null, defaults to a value derived from Directionality for the input field and the current context.
final TextDirection? hintTextDirection;