📜  在颤动中环绕图标 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:46.988000             🧑  作者: Mango

代码示例1
CircleAvatar(
               backgroundColor: Colors.white,//back ground colors
               .withOpacity(0.3) //opectional give opacity of background
               radius: 30,
              child: Icon(Icons.navigate_next,//iconstype
               size: 70, //set the isze or icons
             color: Colors.blue //colors you want give
                 ),
               ),// method