Appearance
A representation of Icon.
NikuIcon accepts all the props as same as Icon.
NikuIcon
// Using namespace n.Icon(Icons.home) // Using Niku Prefix NikuIcon(Icons.home)
n.Icon(Icons.home) ..color = Colors.blue ..size = 24;
View Defination on pub.dev