bodyStyle method
Apply body text style
Implementation
ArcaneStyles bodyStyle() {
_styles.addAll(ArcaneCommonStyles.bodyText);
return this;
}
Apply body text style
ArcaneStyles bodyStyle() {
_styles.addAll(ArcaneCommonStyles.bodyText);
return this;
}