I\'m currently learning how to build apps using the Flutter SDK and Android Studio. My problem is that I need to add a Divider widget between the \'Administrative\' text and the
it was happening to me but I found out that this property solves it: thickness
child: Divider( color: Colors.teal.shade100, thickness: 1.0, ),