isEnabled property

bool isEnabled
final

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;