FlexibleGridEmptyCellBuilder typedef

FlexibleGridEmptyCellBuilder = Widget? Function(FlexibleGridCellContext context, Widget? suggested)

Implementation

typedef FlexibleGridEmptyCellBuilder = Widget? Function(
  FlexibleGridCellContext context,
  Widget? suggested,
);