This PR allows for 2 options to the SliderSettingsTile.
It allows simply adding a units string that is appended to the value,
and also adds a additional option of using a subtitleFormatterCallback for complete control of how the value is formatted and presented to the user.
This PR allows for 2 options to the
SliderSettingsTile
. It allows simply adding aunits
string that is appended to the value, and also adds a additional option of using asubtitleFormatterCallback
for complete control of how the value is formatted and presented to the user.