I want to create a hole in any Flutter widget. For example, say we have two widgets in a Stack, I want to dig a hole in the upper one in order to make the below widget visible to users.
I want to create a hole in any Flutter widget. For example, say we have two widgets in a Stack, I want to dig a hole in the upper one in order to make the below widget visible to users.