cancellable property
bool?
get
cancellable
Controls if a cancel button should show to allow the user to
cancel the long running operation. Note that currently only
ProgressLocation.Notification
is supporting to show a cancel
button.
Implementation
_i2.bool? get cancellable => _i5.getProperty(
this,
'cancellable',
);
set
cancellable
(bool? value)
Implementation
set cancellable(_i2.bool? value) {
_i5.setProperty(
this,
'cancellable',
value ?? _i6.undefined,
);
}