isLast property
bool
get
isLast
Whether this is the last item in the list.
Implementation
bool get isLast => index == totalItems - 1;
Whether this is the last item in the list.
bool get isLast => index == totalItems - 1;