flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

Added tooltip side to custom tooltip callback

Open pamafe1976 opened this issue 1 year ago • 0 comments
trafficstars

With this change the custom tooltip callback send handler side together with the value. This allows to customize the tooltip according to the handler side.

It would probably be more elegant to define an enumeration with left and right members and pass that type instead of String, but this way works fine with minimal code changes.

pamafe1976 avatar Apr 14 '24 18:04 pamafe1976