divider property

Widget? divider
final

The divider that should be shown at the bottom of the sub-header.

Defaults to Divider(height: 4.0, indent: 16.0, endIndent: 16.0).

Implementation

final Widget? divider;