visible method

Widget visible(
  1. bool isVisible
)

Implementation

Widget visible(bool isVisible) => Visibility(visible: isVisible, child: this);