StacOpacity constructor
const
StacOpacity({
- required double opacity,
- bool? alwaysIncludeSemantics,
- StacWidget? child,
Creates a StacOpacity with the given properties.
Implementation
const StacOpacity({
required this.opacity,
this.alwaysIncludeSemantics,
this.child,
});