opacity50 property
Opacity
get
opacity50
Returns the widget with 50% opacity, making it half visible.
This is equivalent to calling opacity(0.50)
.
Creates a semi-transparent effect, balancing visibility and transparency.
Implementation
Opacity get opacity50 => opacity(0.50);