WidgetVisibilityX extension

Extension methods for widget visibility

on

Properties

invisible Widget

Available on Widget, provided by the WidgetVisibilityX extension

Make the widget invisible (opacity 0)
no setter
semiTransparent Widget

Available on Widget, provided by the WidgetVisibilityX extension

Make the widget semi-transparent (opacity 0.5)
no setter

Methods

clipOval() Widget

Available on Widget, provided by the WidgetVisibilityX extension

Clip the widget with an oval
clipPath(CustomClipper<Path> clipper) Widget

Available on Widget, provided by the WidgetVisibilityX extension

Clip the widget with a custom path
clipRect() Widget

Available on Widget, provided by the WidgetVisibilityX extension

Clip the widget with a rectangle
clipRRect(BorderRadius borderRadius) Widget

Available on Widget, provided by the WidgetVisibilityX extension

Clip the widget with rounded corners
opacity(double opacity) Widget

Available on Widget, provided by the WidgetVisibilityX extension

Set opacity for the widget
visible(bool visible, {Widget? replacement}) Widget

Available on Widget, provided by the WidgetVisibilityX extension

Conditionally show the widget