Right now, if you set defaults (e.g. Defaults.NextPageText), it's always being ignored. When you use new PagerOptions() it uses DefaultDefaults.NextPageText!
This PR fixes this and all other default options so that new PagerOptions() uses the customized defaults.
Right now, if you set defaults (e.g.
Defaults.NextPageText
), it's always being ignored. When you usenew PagerOptions()
it usesDefaultDefaults.NextPageText
!This PR fixes this and all other default options so that
new PagerOptions()
uses the customized defaults.