visible method
Wraps the widget in a Visibility widget.
Implementation
Widget visible([bool visible = true]) =>
Visibility(visible: visible, child: this);
Wraps the widget in a Visibility widget.
Widget visible([bool visible = true]) =>
Visibility(visible: visible, child: this);