getValue method

  1. @override
dynamic getValue(
  1. BuildContext context,
  2. int loop
)
override

Implementation

@override
dynamic getValue(
  BuildContext context,
  int loop,
) =>
    getValueModified(_getValue(context, loop), context, loop);