I'm attempting to dynamically configure the properties of an Icon
widget in FlutterFlow by utilizing the "Set from variable" option within the "Icon Properties" section. This feature requires a variable of Type: Icon, but I'm encountering difficulties in creating such a variable.
It appears that Custom Functions in FlutterFlow cannot return a value of type Icon
. Is there a recommended method or workaround to dynamically set the Icon
properties based on data retrieved from the database?
I've reviewed FlutterFlow's documentation but haven't found relevant information on this topic.