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
Container( decoration: BoxDecoration( border: Border( bottom: BorderSide(color: Colors.lightGreen,width: 3.0), ), ), )
Instead of using divider you can use a customized container...