opacity0 property
Opacity
get
opacity0
Returns the widget with 0% opacity, making it fully invisible.
This is equivalent to calling opacity(0.0)
.
The widget will still take up space in the layout, but will not be visible.
Implementation
Opacity get opacity0 => opacity(0.0);