maintainBackLayerState property

bool maintainBackLayerState
final

Specifies whether the state of the backLayer should be maintained.

When true, the backLayer is kept in the tree while concealed. When false, the backLayer is removed from the tree when concealed and recreated when revealed. backLayer is built everytime it is revealed.

Defaults to true.

Implementation

final bool maintainBackLayerState;