builder property
builder for the column passes a build context that can reference the column's inheritance
Implementation
final List<Widget> Function(BuildContext context)? builder;
builder for the column passes a build context that can reference the column's inheritance
final List<Widget> Function(BuildContext context)? builder;