Answers for "how to set dot in one line flutter"

0

how to set dot in one line flutter

Container(
                        margin: EdgeInsets.zero,
                        padding: EdgeInsets.only(left: 8),
                        child: Column(
                          children: [
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                            Icon(
                              Icons.brightness_1,
                              size: 5,
                            ),
                          ],
                        ),
                      ),
Posted by: Guest on April-05-2021

Code answers related to "how to set dot in one line flutter"

Browse Popular Code Answers by Language