void formatTextStyle(int index, int len, Style style) { style.attributes.forEach((key, attr) { formatText(index, len, attr); }); }