unsuspendRedraw property
void Function(num)
get
unsuspendRedraw
Implementation
void Function(_i2.num) get unsuspendRedraw => (_i2.num p0) => _i4.callMethod(
_i4.getProperty(
this,
'unsuspendRedraw',
),
r'call',
[
this,
p0,
],
);
set
unsuspendRedraw
(void value(num))
Implementation
set unsuspendRedraw(void Function(_i2.num) value) {
_i4.setProperty(
this,
'unsuspendRedraw',
_i4.allowInterop(value),
);
}