updateStyle method

void updateStyle(
  1. TextInputStyle style
)

Informs the text input control about text style changes.

This method is called on the when the attached input client's text style changes.

Implementation

void updateStyle(TextInputStyle style) {}