VisibilityExtension extension
Widget extension to conditionally show or hide a widget.
- on
Methods
-
isVisible(
bool isVisible) → Widget -
Available on Widget, provided by the VisibilityExtension extension
Shows or hides the widget based onisVisible
.