Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

How to add a circular dot as an indicator in Flutter Tabs?

Container(
                          width: 5,
                          height: 5,
                          decoration: BoxDecoration(
                            shape: BoxShape.circle,
                            color: Colors.deepPurpleAccent,
                          ),
                        ),
 
PREVIOUS NEXT
Tagged: #How #add #circular #dot #indicator #Flutter
ADD COMMENT
Topic
Name
3+7 =