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>
Divides a list of widgets with separators.
gap(double gap) List<Widget>
Space out a list of wigets with gap of fixed width