Flutter Icons built-in icon library MaterialIcons Daquan

 The icon component Icon in Flutter is specially used to display icons, such as:

Icon(
    Icons.check_rounded,
    color: Colors.white,
    size: 18,
)

Gallery preview:

 

Guess you like

Origin blog.csdn.net/lqw200931116/article/details/125864781