Skip to content
On this page

Icon

Icon demo

A representation of Icon.

NikuIcon accepts all the props as same as Icon.

// Using namespace
n.Icon(Icons.home)

// Using Niku Prefix
NikuIcon(Icons.home)

Example Usage

n.Icon(Icons.home)
    ..color = Colors.blue
    ..size = 24;

Defination

View Defination on pub.dev