WidgetsSeparator extension
WidgetsSeparatorExtension on List
Methods
-
ifNotLast(
int i) → bool -
Available on List<
Widget> , provided by the WidgetsSeparator extension -
withDividerInBetween(
{Color? color, double? height, double? thickness, double? indent, double? endIndent}) → List< Widget> -
Available on List<
withDividerInBetween Returns a new list with dividers between each widget.Widget> , provided by the WidgetsSeparator extension -
withGapInBetween(
double gapSize) → List< Widget> -
Available on List<
withGapInBetween Returns a new list with gaps of the specified size between each widget.Widget> , provided by the WidgetsSeparator extension -
withWidgetInBetween(
Widget widget) → List< Widget> -
Available on List<
withWidgetInBetween Returns a new list with the given widget inserted between each element of the original list.Widget> , provided by the WidgetsSeparator extension