toWidget method

Widget? toWidget(
  1. BuildContext context,
  2. String cellId
)

Implementation

Widget? toWidget(
  BuildContext context,
  String cellId,
) =>
    cellBuilder(
      context,
      cellId,
    );