applyStyle method

void applyStyle(
  1. EasyAttributeStyles value
)

Apply all the styles passed to the current EasyText

Implementation

void applyStyle(EasyAttributeStyles value) {
  styles.mergeAll(value);
}