updateValueWhenComposing property

bool updateValueWhenComposing
final

whether update value when text input is composing

on web this will not worked https://github.com/flutter/flutter/issues/65357

default is false

Implementation

final bool updateValueWhenComposing;