isNotEmpty property

bool get isNotEmpty

check if canvas is not empty (opposite of isEmpty method for convenience)

Implementation

bool get isNotEmpty {
  return value.isNotEmpty;
}