opacity100 property

Opacity get opacity100

Returns the widget with 100% opacity, making it fully visible.

This is equivalent to calling opacity(1.0). The widget will be displayed normally without any transparency.

Implementation

Opacity get opacity100 => opacity(1.0);