addAll method

Style addAll(
  1. Style? otherStyle
)

Concatenates two styles.

Implementation

Style addAll(final Style? otherStyle) => this + otherStyle;