custom track widgets feature update + docs fixes #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thankful for the wonderful package!
This PR consists of making custom track widgets available. Using custom widgets instead of activeText and inactiveText was creating a problem for me and others as well. This PR solves the issue and makes the package users available to use custom widgets in place of activeText and inactiveText.
activeText and inactiveText can also be used but if activeTrackWidget or inactiveTrackWidget are enabled, activeText and inactiveText cannot be used correspondingly along with their properties.
Closes issue #40
also, few witnessed issues have been fixed inside the main documentation page along with the updates of features of this PR
Thank You!