Home > Enterprise >  custom flutter api in flutter waving hand
custom flutter api in flutter waving hand

Time:10-28

Hi below code how to use the below icon in my project.I tried to added giving an error.

Can any one help on this issue The getter 'waving_hand' isn't defined for the type 'Icons'. Try importing the library that defines 'waving_hand', correcting the name to the name of an existing getter, or defining a getter or field named 'waving_hand'.

Icon(
  Icons.waving_hand,
),

CodePudding user response:

As per flutter documentation for Icon Class image

Or you can used flutter unicode emoji also image

  • Related