isReadOnly property

bool? isReadOnly
final

Sets the list of Summernote plugins enabled in the editor. Puts editor in read-only mode, hiding its toollbar

Implementation

//final List<Plugins> plugins;

/// Puts editor in read-only mode, hiding its toollbar
final bool? isReadOnly;