onBlur method

bool onBlur()

Implementation

bool onBlur() =>
    _listeners.any((listener) => listener.onBlur?.call() ?? false);