A widget need to exist in a Row. But need to hide. Visibilty widget won't work because it would not occupy the space. How to make this work in Flutter?
Asked
Active
Viewed 92 times
1 Answers
0
As mentioned in the below answer you can use the Opacity widget in Flutter. Wrap the required widget with an Opacity widget.

Ruchira
- 27
- 1
- 8