flexRowSpacedLayout method
Apply flex row with spacing
Implementation
ArcaneStyles flexRowSpacedLayout() {
_styles.addAll(ArcaneCommonStyles.flexRowSpaced);
return this;
}
Apply flex row with spacing
ArcaneStyles flexRowSpacedLayout() {
_styles.addAll(ArcaneCommonStyles.flexRowSpaced);
return this;
}