bodyStyle method

ArcaneStyles bodyStyle()

Apply body text style

Implementation

ArcaneStyles bodyStyle() {
  _styles.addAll(ArcaneCommonStyles.bodyText);
  return this;
}