includeOuterSeparators property

bool includeOuterSeparators
final

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

If set to true, this will add separator widgets before the first child and after the last child in the row. These separators are generated by the separatorBuilder.

Defaults to false.

Implementation

final bool includeOuterSeparators;