update abstract method

void update(
  1. T? value
)

Update the form value to value and redraw the form.

フォームの値をvalueに更新して、フォームを再描画します。

Implementation

void update(T? value);