audio_video_progress_bar icon indicating copy to clipboard operation
audio_video_progress_bar copied to clipboard

Feature request

Open junaidalibacha opened this issue 1 year ago • 2 comments

Make the Lable style separate for left and right, because in some designs they can be different. ie leftLableStyle & rightLableStyle or any other suitable names

image

junaidalibacha avatar Mar 02 '24 14:03 junaidalibacha

I've been considering rewriting this widget to use Text widgets for the labels rather than styling and painting the text internally. That would support the feature you are requesting. I'm not sure when I'll get around to that though. Right now you can either hide the labels and use your own text widgets or copy the source code and implement your own custom solution.

I'll leave this issue open.

suragch avatar Mar 04 '24 01:03 suragch

Thank you @suragch, I had changed the package code according to my need (added the other styling widget in the package constructor for separate styling of label texts).

junaidalibacha avatar Mar 04 '24 03:03 junaidalibacha