menu
flutter_handy_utils package
documentation
extensions/widgets_separator_.dart
WidgetsSeparator
ifNotLast method
ifNotLast method
dark_mode
light_mode
ifNotLast
method
bool
ifNotLast
(
int
i
)
Implementation
bool ifNotLast(int i) => i != length - 1;
flutter_handy_utils package
documentation
extensions/widgets_separator_
WidgetsSeparator
ifNotLast method
WidgetsSeparator extension on
List
<
Widget
>