focus_widget 1.0.5+2
focus_widget: ^1.0.5+2 copied to clipboard
When tap outside of the widget, let the FocusNode lose focus.
1.0.5+2 Updated. #
1.0.5+1 Updated. #
1.0.5 Update to null safety. #
1.0.4+1 Updated README.md. #
1.0.4 Updated. #
1.0.3+1 Fixed some issues. #
1.0.3 Fixed some issues. #
1.0.2+2 Updated. #
1.0.2+1 Updated. #
1.0.2 #
- Now when the TextField layout changes, the focus area can follow
- New parameters:
- bool showFocusArea Display a translucent red box to show the focus area, it's for debug.
- void Function(Widget widget) onLostFocus When lost focus invoke this function.