includeOuterSeparators property

bool includeOuterSeparators
final

Whether to include separators at the outer edges of the column.

If set to true, this will add separator widgets above the first child and below the last child in the column. These separators are generated by the separatorBuilder.

Defaults to false.

Implementation

final bool includeOuterSeparators;