desktopLayoutDirection property

TextDirection? desktopLayoutDirection
final

A direction of the desktop layout. TextDirection.ltr indicates that side content is built on the left, and the child is placed on the right. The order is reversed when TextDirection.rtl is used.

Implementation

final TextDirection? desktopLayoutDirection;