updateConfig method
Informs the text input control about input configuration changes.
This method is called when the configuration of the attached input client has changed.
Implementation
@override
void updateConfig(TextInputConfiguration configuration) {
super.updateConfig(configuration);
_configuration = configuration;
_inputControl?.updateConfig(configuration);
}