isNotEmpty property

bool get isNotEmpty
inherited

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

Implementation

bool get isNotEmpty => value.isNotEmpty;