Answers for "dot icon in flutter"

2

three dots icon flutter

Icon(Icons.more_vert);
Posted by: Guest on January-16-2021
3

circle around icon flutter

CircleAvatar(
   backgroundColor: Colors.white,
   radius: 30,
   child: Icon(Icons.add),
),
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language