opacity20 property
Opacity
get
opacity20
Returns the widget with 20% opacity.
This is equivalent to calling opacity(0.20)
.
Provides a slightly more visible appearance than opacity10.
Implementation
Opacity get opacity20 => opacity(0.20);