I need a widget that takes in an array as input, i.e. something like a hundred sliders (that I don't want to create manually).
How can I achieve this?
I thought the answer would be widgets.Box
, but then I get the error Box(...) cannot be transformed to a widget
.