isEnabled property
isEnabled as the name suggests, is used to enable or disable the editor When it is set to false, the user cannot edit or type in the editor
Implementation
final bool isEnabled;
isEnabled as the name suggests, is used to enable or disable the editor When it is set to false, the user cannot edit or type in the editor
final bool isEnabled;