readOnly property
If this is true
, the form cannot be filled out and changed from its initial value.
これがtrue
の場合、フォームの入力が行えずに初期値から変更することができなくなります。
Implementation
final bool readOnly;
If this is true
, the form cannot be filled out and changed from its initial value.
これがtrue
の場合、フォームの入力が行えずに初期値から変更することができなくなります。
final bool readOnly;