CellBuilder typedef

CellBuilder = Widget Function(BuildContext context, CellDetails details)

CellBuilder type definition.

Implementation

typedef CellBuilder = Widget Function(
    BuildContext context, CellDetails details);