Skip to content

Icon

Icon demo

A representation of Icon.

NikuIcon accepts all the props as same as Icon.

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

// Using Niku Prefix
NikuIcon(Icons.home)

Example Usage

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

Defination

View Defination on pub.dev