replacement property

StacWidget? replacement
final

The widget to show when the child is not visible. If null, and maintainState, maintainAnimation, maintainSize, maintainSemantics, and maintainInteractivity are all false, then the child is simply not included in the tree.

Implementation

final StacWidget? replacement;