I was working with this plugin when I realized that changing the label to a widget is what I needed and since Flutter accepts Widget? as the type for labels accross the framework it made sense, so I changed the code to accept a Widget instead of a string.
I was working with this plugin when I realized that changing the label to a widget is what I needed and since Flutter accepts Widget? as the type for labels accross the framework it made sense, so I changed the code to accept a Widget instead of a string.