VisibilityExtension extension
- on
Methods
-
offstage(
bool offstage) → Widget -
Available on Widget, provided by the VisibilityExtension extension
Wraps this widget with an Offstage widget. -
visible(
bool visible, {Widget replacement = const SizedBox.shrink(), bool maintainState = false, bool maintainAnimation = false, bool maintainSize = false, bool maintainSemantics = false, bool maintainInteractivity = false}) → Widget -
Available on Widget, provided by the VisibilityExtension extension
Wraps this widget with a Visibility widget.