Color color
read-only

The color to use when painting the line.

Defaults to the current theme's divider color, given by ThemeData.dividerColor.

 new Divider(
   color: Colors.deepOrange[500],
 ),