ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
288 stars 66 forks source link

fix: reset focus on tap #104

Closed tenhobi closed 1 year ago

tenhobi commented 1 year ago

Fixes #102

This should fix focus on tapping outside of text fields etc.

// https://stackoverflow.com/a/54977554/3281252