opacity10 property

Opacity get opacity10

Returns the widget with 10% opacity.

This is equivalent to calling opacity(0.10). Useful for creating very faint or ghost-like appearances.

Implementation

Opacity get opacity10 => opacity(0.10);