0

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?

Ruchira
  • 27
  • 1
  • 8

1 Answers1

0

As mentioned in the below answer you can use the Opacity widget in Flutter. Wrap the required widget with an Opacity widget.

https://stackoverflow.com/a/44489903/7870443

Ruchira
  • 27
  • 1
  • 8