Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

icons

A new Flutter application which explains the implementation of Icons.

How to implement Icons

  • Use the code below to implement an Icon
    Icon(Icons.map, color:Colors.red)
  • The icons can be declared as a variable using the following code
    Icon icon = Icon(Icons.train)

Screenshot