xVisible method

Widget xVisible(
  1. bool b
)

Implementation

Widget xVisible(bool b) {
  return Visibility(visible: b, child: this);
}