isEmpty property

bool get isEmpty

Whether this line has no content

Implementation

bool get isEmpty => rawWidth == 0.0;