visible property

bool? visible
final

Whether the child is visible. Defaults to true in the Flutter widget.

Implementation

final bool? visible;