opacity property
An opacity to apply to both explicit and default icon colors.
Implementation
double get opacity => _opacity?.clamp(0.0, 1.0);
An opacity to apply to both explicit and default icon colors.
double get opacity => _opacity?.clamp(0.0, 1.0);