color property

Color color
final

The color to use when painting the line.

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

Divider(
  color: Colors.deepOrange,
)

Implementation

final Color color