User custom Icons in custom Code

Custom Code

How can I use custom Icons in Custom Code?
I managed to import the TTF-File an select custom icons from there in the UI.

But I want to use those custom Icons in custom code as well.
Which import definition is required? How does this work?

What have you tried so far?

I looked at FF generated code and custom Icons are addressed like this:
FFIcons.kMYICON => MYICON is the name of the imported Icon. The "k" is added from FF.

If I try this in my custom code "FFIcons" is undefined.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
1 reply