isRow property

bool get isRow

Implementation

bool get isRow => [
      LayoutFlexDirection.row,
      LayoutFlexDirection.rowReverse,
    ].contains(this);