preferSoftDispose property
requestDispose will execute softDispose. Useful for items in list and objects stored in ControlFactory. Final dispose must be handled manually.
Implementation
@override
bool get preferSoftDispose => _preferSoftDispose;
requestDispose will execute softDispose. Useful for items in list and objects stored in ControlFactory. Final dispose must be handled manually.
Implementation
@override
set preferSoftDispose(bool value) {
_preferSoftDispose = value;
}