showDivider property

bool? showDivider
final

Whether the divider should be displayed to divide the header or description from children.

If null, the divider is automatically inserted if header or description are non-null.

Implementation

final bool? showDivider;