disposeOnRemove property

bool? disposeOnRemove
final

Whether to dispose the controller when this widget is removed Default: true if controller is created by this widget, false otherwise

Implementation

final bool? disposeOnRemove;