visible property

bool get visible

true if the {@link TreeViewtree view} is visible otherwise false.

Implementation

_i2.bool get visible => _i5.getProperty(
      this,
      'visible',
    );