applyStyle method
Apply all the styles passed to the current EasyText
Implementation
void applyStyle(EasyAttributeStyles value) {
styles.mergeAll(value);
}
Apply all the styles passed to the current EasyText
void applyStyle(EasyAttributeStyles value) {
styles.mergeAll(value);
}