build method

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

Returns the child with the given index.

Must not return null.

Implementation

@override
Widget build(BuildContext context, int index, Animation<double>? animation,
        SlidableRenderingMode step) =>
    actions![index];