visible property

ValueNotifier<bool> visible
final

A flag indicating whether the header column should be visible

Implementation

final ValueNotifier<bool> visible;