build abstract method

Widget build(
  1. BuildContext context,
  2. int index,
  3. Animation<double>? animation,
  4. SlidableRenderingMode step,
)

Returns the child with the given index.

Must not return null.

Implementation

Widget build(BuildContext context, int index, Animation<double>? animation,
    SlidableRenderingMode step);