opacity method
Set custom opacity
Implementation
AnimatedWidgetBuilder opacity(double value) {
return _copyWith(config: config.copyWith(opacity: value.clamp(0.0, 1.0)));
}
Set custom opacity
AnimatedWidgetBuilder opacity(double value) {
return _copyWith(config: config.copyWith(opacity: value.clamp(0.0, 1.0)));
}