Widget itemBuilder(dynamic item, int pageIndex, bool isLast){ return childBuilder?.call(item, pageIndex, isLast) ?? Container(); }