contentIsNotEmpty property

bool contentIsNotEmpty

Checks if the editor is not empty

Implementation

bool get contentIsNotEmpty => content.isNotEmpty;