You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For some case I need custom label text style for my own.
eg.
var range = {value:25,actualValue:388,} # value is% and 388 real value to show
// const CustomRulerLabel(// text: '',// value: 0,// ),// CustomRulerLabel(// text: extraValue!.isEmpty ? "333.8" : extraValue,// value: pointValue,// ),// const CustomRulerLabel(// text: '',// value: 100,// )
In this case I need black color text not from rangeLinearGauge color.
Is your feature request related to a problem? Please describe.
For some case I need custom label text style for my own.
eg.
In this case I need black color text not from rangeLinearGauge color.
Describe the solution you'd like
I need to override CustomRulerLabel text style.
The text was updated successfully, but these errors were encountered: