adam
Results
2
issues of
adam
if static and non-static methods with the same name exists, the wrong method is called. no warning is issued.
bug
`PlutoGridState` registers its own key handler `_handleGridFocusKeyOnly` via the `FocusScope` widget and `onKeyEvent` property. The registered key handler always returns `KeyEventResult.handled`. This prevents parent widgets to use own shortcuts because...