autoRemove property
Whether the controller should be automatically removed when the widget is disposed.
If set to true
, the controller will be removed from the global registry when the widget is disposed.
If set to false
, the controller will not be automatically removed.
Implementation
final bool autoRemove;