hasClearContent method

bool hasClearContent()

Implementation

bool hasClearContent() {
  return _underlineHistory[_currentPage]?.isNotEmpty == true ||
      _underlineUndoStack[_currentPage]?.isNotEmpty == true;
}