flexCol method

FlexBuilder flexCol()

Implementation

FlexBuilder flexCol() {
  _direction = Axis.vertical;
  return this;
}