Skip to content
On this page

List Tile

List Tile demo

A representation of Lists.

NikuListTile accepts all the props as same as List.

// Using namespace
n.ListTile()

// Using Niku Prefix
NikuListTile()

Example Usage

n.ListTile(Icons.home)
    ..title = "Paradisus Paradoxum".n
    ..subtitle = "Write and composed by Myth&Roid".n
    ..isDense;

Defination

View Defination on pub.dev