visible method

Widget visible(
  1. bool isVisible
)

Implementation

Widget visible(bool isVisible) => isVisible ? this : const SizedBox.shrink();