# 『Flutter』 狀態保存 AutomaticKeepAliveClientMixin ###### tags: `Flutter` ```= class _MineTabState extends State<MineTab> with AutomaticKeepAliveClientMixin { @override bool get wantKeepAlive => true; } ```