How to Create a Horizontal Line in Flutter
Sometimes, you may need to add a horizontal line in your UI. This divider line can help you to separate other components visually. In this flutter tutorial, let’s see how to show a horizontal divider line in Flutter. There are multiple ways to create a horizontal line. Here, we are using the Divider class. A…