opacity75 property
Opacity
get
opacity75
Returns the widget with 75% opacity.
This is equivalent to calling opacity(0.75)
.
Provides a mostly opaque appearance with slight transparency.
Implementation
Opacity get opacity75 => opacity(0.75);