isVisible method

bool isVisible()

returns false if all borders have 0 width or 0 opacity

Implementation

bool isVisible() => show && border.isVisible();