将 iterable 中指定的所有类添加到元素中。
iterable
add 和 addAll 是 Dart 对 jQuery 的 addClass 的等效。
iterable 的每个元素都必须是表示单个类的有效 'token',即不包含空白的非空字符串。
void addAll(Iterable<String> iterable);