blur property

void Function() blur

Implementation

void Function() get blur => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'blur',
      ),
      r'call',
      [this],
    );
void blur=(void value())

Implementation

set blur(void Function() value) {
  _i4.setProperty(
    this,
    'blur',
    _i4.allowInterop(value),
  );
}