visible property

bool visible
final

Whether this sliver should be painted.

By default, this is true if paintExtent is greater than zero, and false if paintExtent is zero.

Implementation

final bool visible;