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