setDecorations method
Implementation
bool setDecorations(Iterable<TextDecorationRange> decorations) {
return setDecorationLayer(
textDefaultDecorationLayerKey,
decorations,
priority: textDefaultDecorationLayerPriority,
);
}
bool setDecorations(Iterable<TextDecorationRange> decorations) {
return setDecorationLayer(
textDefaultDecorationLayerKey,
decorations,
priority: textDefaultDecorationLayerPriority,
);
}