onNotFound method

Widget onNotFound(
  1. BuildContext context,
  2. int index,
  3. Animation<double> animation
)

Implementation

Widget onNotFound(
        BuildContext context, int index, Animation<double> animation) =>
    emptyBox;