隐藏 >>>
Offstage hide({Key? key, required bool hide}) { return Offstage( child: this, key: key, offstage: hide, ); }