blur

void blur()

Blurs (unfocuses) this element.

Implementation

void blur() => _node.blur();