readOnly property

bool readOnly
final

If this is true, the form cannot be filled out and changed from its initial value.

これがtrueの場合、フォームの入力が行えずに初期値から変更することができなくなります。

Implementation

final bool readOnly;