isVisible property

bool get isVisible

Whether this border has any visible characters.

Implementation

bool get isVisible =>
    top.isNotEmpty ||
    bottom.isNotEmpty ||
    left.isNotEmpty ||
    right.isNotEmpty;