focus_widget 1.0.5
focus_widget: ^1.0.5 copied to clipboard
When tap outside of the TextField, let the TextField lose focus.
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.