flutter_xlider
flutter_xlider copied to clipboard
Added tooltip side to custom tooltip callback
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.