isEmpty property
bool
get
isEmpty
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 isEmpty => _lineMetrics.isEmpty;