hidden property

bool get hidden

Implementation

bool get hidden => _selection == ""
    ? true
    : widget.hideBar != null
        ? widget.hideBar!(_selection)
        : false;