enabled property

bool enabled
final

If this is false, it is deactivated.

In addition to disabling input, the form design, etc., will also be changed to a deactivated version.

これがfalseの場合、非有効化されます。

入力ができなくなる他、フォームのデザイン等も非有効化されたものに変更されます。

Implementation

final bool enabled;