styles method
Implementation
String styles() {
final Iterable<String>? styles = this;
if (styles == null) return "";
return ' style="${styles.join("; ")};"';
}
String styles() {
final Iterable<String>? styles = this;
if (styles == null) return "";
return ' style="${styles.join("; ")};"';
}