nil
nil copied to clipboard
Question - Can nil be used with AnimatedSwitcher?
Sometimes there is a need to give an AnimatedSwitcher an empty space (like SizedBox). Is nil compatible with this? AnimatedSwitcher is using a Stack to do the switch, and because you wrote that nil can't be used inside a widget that contains children I'm asking this.
Thanks.