oleksii-pimenov

Results 17 comments of oleksii-pimenov

> Hi, any luck in figuring this out? I have the same issue. I forked "touchable" and comment a few of events. Touchable preventing them to bubble up

+1, If radius lower than 6, touch is not detected

I did transparent shape with large radius above other shape to increase touch radius

As a workaround ` onRowsPerPageChanged: (_) { FocusScope.of(context).requestFocus(FocusNode()); },` but only if user choose one of the options

@gpf0205 @paulVulog any update on this guys?