visible property Null safety
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;
Whether this sliver should be painted.
By default, this is true if paintExtent is greater than zero, and false if paintExtent is zero.
final bool visible;