WidgetListExt extension

Extension on nullable List of Widget providing widget list manipulation utilities.

This extension adds methods for combining widgets with separator widgets.

on

Methods

joinWith(Widget item) List<Widget>

Available on List<Widget>?, provided by the WidgetListExt extension

Joins widgets in this list with the specified item widget between each element.