truncateText method
Apply text truncation
Implementation
ArcaneStyles truncateText() {
_styles.addAll(ArcaneCommonStyles.truncate);
return this;
}
Apply text truncation
ArcaneStyles truncateText() {
_styles.addAll(ArcaneCommonStyles.truncate);
return this;
}