StacVisibility constructor
const
StacVisibility({
- bool? visible,
- StacWidget? child,
- StacWidget? replacement,
- bool? maintainState,
- bool? maintainAnimation,
- bool? maintainSize,
- bool? maintainSemantics,
- bool? maintainInteractivity,
Creates a StacVisibility with the given properties.
Implementation
const StacVisibility({
this.visible,
this.child,
this.replacement,
this.maintainState,
this.maintainAnimation,
this.maintainSize,
this.maintainSemantics,
this.maintainInteractivity,
});