StringComponentList.of(Iterable<T> elements, {bool growable = true}) : _l = List<T>.of(elements, growable: growable);