isEmpty property

bool isEmpty

Whether this placeholder renders anything.

Implementation

bool get isEmpty => _firstChild == null && _builders.isEmpty;