divider property

Color divider
return Theme.of(context).dividerColor

Implementation

Color get divider => Theme.of(_context).dividerColor;