flexRow method

FlexBuilder flexRow()

Implementation

FlexBuilder flexRow() {
  _direction = Axis.horizontal;
  return this;
}