onBlur method
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() {}
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.
@override
void onBlur() {}