ListDivider extension

Extension to add dividers to any view that can take an iterable.

Iterable can be converted to a list with toList.

on

Methods

divide(Widget separator) Iterable<Widget>

Available on Iterable<Widget>, provided by the ListDivider extension

Divides a list of widgets with separators.
gap(double gap) List<Widget>

Available on Iterable<Widget>, provided by the ListDivider extension

Space out a list of widgets with gap of fixed width