flexRowSpacedLayout method

ArcaneStyles flexRowSpacedLayout()

Apply flex row with spacing

Implementation

ArcaneStyles flexRowSpacedLayout() {
  _styles.addAll(ArcaneCommonStyles.flexRowSpaced);
  return this;
}