doesDummyBuilderApply method

bool doesDummyBuilderApply(
  1. int total
)

Implementation

bool doesDummyBuilderApply(int total) =>
    widget.itemDummyBuilder != null &&
    total == 1 &&
    _effectiveController?.error == null &&
    (_effectiveController?.hasMoreItems ?? false);