isLast property

bool get isLast

Implementation

bool get isLast =>
    position == AntdScrollItemPosition.only ||
    position == AntdScrollItemPosition.last;