Widget visibility({ bool visible = true, Key? key, }) { return Visibility( child: this, visible: visible, key: key, ); }