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: