addAutomaticKeepAlives property

bool addAutomaticKeepAlives
final

If this is set to true, it will prevent a rebuild if AutomaticKeepAliveClientMixin is mixdrunk in the Widget in the List and is shown or hidden in the List.

これがtrueになっているとList内のWidgetにAutomaticKeepAliveClientMixinがミックス飲されているとリストへの表示・非表示された場合のリビルドを防ぐことができるようになります。

Implementation

final bool addAutomaticKeepAlives;