builder property

CellBuilder? builder
final

builder By defining the builder function it is possible to return the Widget to be inserted inside the cell and access the details of the cell itself during the build.. optional

Implementation

final CellBuilder? builder;