layoutDirection property Null safety
final
The directionality of the layout.
This is used to resolve the location values.
Defaults to the ambient Directionality, if any.
See also:
- textDirection, which controls the reading direction of the message.
Implementation
final TextDirection? layoutDirection;