Answers for "flutter divider"

5

flutter divider

const Divider(
   thickness: 5, // thickness of the line
   indent: 20, // empty space to the leading edge of divider.
   endIndent: 20, // empty space to the trailing edge of the divider.
   color: Colors.black, // The color to use when painting the line.
   height: 20, // The divider's height extent.
 ),
Posted by: Guest on August-20-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language