resizeText method
Implementation
void resizeText(String widgetUuid, int from, int to) {
ResizeText interaction = ResizeText(
interaction: createInteraction(),
widgetUuid: widgetUuid,
from: from,
to: to,
);
_saveInteraction(interaction);
}