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