Set the visibility of the widget.
visible specifies whether the widget should be visible or not.
visible
Widget cVisible(bool visible) => Visibility( visible: visible, child: this, );