onBlur method

  1. @override
void onBlur()
override

Called when this component loses focus.

Override this method to implement custom behavior when the component loses focus, such as validating input or hiding focus indicators.

Implementation

@override
void onBlur() {}