focus_widget 1.0.3 focus_widget: ^1.0.3 copied to clipboard
Let the TextField can lose fucos when tap outside the TextField.
[1.0.3] Fixed some issues. #
[1.0.2+2] Update. #
[1.0.2+1] Update. #
[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.