isNotEmpty property

bool get isNotEmpty

After construction, a TextSpriteBlock should be tested that it has a non-zero number of sprite lines to send, otherwise it should not be rasterized nor sent

Implementation

bool get isNotEmpty => _lineMetrics.isNotEmpty;